Struct xcb::x::SetPointerMappingReply
source · pub struct SetPointerMappingReply { /* private fields */ }
Expand description
Reply type for SetPointerMapping.
Can be obtained from a SetPointerMappingCookie with Connection::wait_for_reply or from a SetPointerMappingCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for SetPointerMappingReply
impl Debug for SetPointerMappingReply
source§impl Drop for SetPointerMappingReply
impl Drop for SetPointerMappingReply
source§impl Reply for SetPointerMappingReply
impl Reply for SetPointerMappingReply
impl Send for SetPointerMappingReply
impl Sync for SetPointerMappingReply
Auto Trait Implementations§
impl Freeze for SetPointerMappingReply
impl RefUnwindSafe for SetPointerMappingReply
impl Unpin for SetPointerMappingReply
impl UnwindSafe for SetPointerMappingReply
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