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