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