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