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