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