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