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