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