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