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