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