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