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