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