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