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