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