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