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