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