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