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