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