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