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