Struct xcb::randr::GetProviderPropertyCookie
source · pub struct GetProviderPropertyCookie { /* private fields */ }
Expand description
Cookie type for GetProviderProperty.
This cookie can be used to get a GetProviderPropertyReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetProviderPropertyCookie
impl Cookie for GetProviderPropertyCookie
source§impl CookieWithReplyChecked for GetProviderPropertyCookie
impl CookieWithReplyChecked for GetProviderPropertyCookie
source§type Reply = GetProviderPropertyReply
type Reply = GetProviderPropertyReply
The reply type associated with the cookie
source§impl Debug for GetProviderPropertyCookie
impl Debug for GetProviderPropertyCookie
impl CookieChecked for GetProviderPropertyCookie
Auto Trait Implementations§
impl Freeze for GetProviderPropertyCookie
impl RefUnwindSafe for GetProviderPropertyCookie
impl Send for GetProviderPropertyCookie
impl Sync for GetProviderPropertyCookie
impl Unpin for GetProviderPropertyCookie
impl UnwindSafe for GetProviderPropertyCookie
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