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