Struct xcb::randr::GetProviderProperty
source · pub struct GetProviderProperty {
pub provider: Provider,
pub property: Atom,
pub type: Atom,
pub long_offset: u32,
pub long_length: u32,
pub delete: bool,
pub pending: bool,
}
Expand description
The GetProviderProperty
request.
This request replies GetProviderPropertyReply.
Associated cookie types are GetProviderPropertyCookie and GetProviderPropertyCookieUnchecked.
Fields§
§provider: Provider
§property: Atom
§type: Atom
§long_offset: u32
§long_length: u32
§delete: bool
§pending: bool
Trait Implementations§
source§impl Clone for GetProviderProperty
impl Clone for GetProviderProperty
source§fn clone(&self) -> GetProviderProperty
fn clone(&self) -> GetProviderProperty
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetProviderProperty
impl Debug for GetProviderProperty
source§impl RawRequest for GetProviderProperty
impl RawRequest for GetProviderProperty
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for GetProviderProperty
impl Request for GetProviderProperty
source§impl RequestWithReply for GetProviderProperty
impl RequestWithReply for GetProviderProperty
source§type Reply = GetProviderPropertyReply
type Reply = GetProviderPropertyReply
Reply associated with the request
source§type Cookie = GetProviderPropertyCookie
type Cookie = GetProviderPropertyCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetProviderPropertyCookieUnchecked
type CookieUnchecked = GetProviderPropertyCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetProviderProperty
impl RefUnwindSafe for GetProviderProperty
impl Send for GetProviderProperty
impl Sync for GetProviderProperty
impl Unpin for GetProviderProperty
impl UnwindSafe for GetProviderProperty
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)