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