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