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