Struct xcb::x::GetModifierMappingReply
source · pub struct GetModifierMappingReply { /* private fields */ }
Expand description
Reply type for GetModifierMapping.
Can be obtained from a GetModifierMappingCookie with Connection::wait_for_reply or from a GetModifierMappingCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetModifierMappingReply
impl Debug for GetModifierMappingReply
source§impl Drop for GetModifierMappingReply
impl Drop for GetModifierMappingReply
source§impl Reply for GetModifierMappingReply
impl Reply for GetModifierMappingReply
impl Send for GetModifierMappingReply
impl Sync for GetModifierMappingReply
Auto Trait Implementations§
impl Freeze for GetModifierMappingReply
impl RefUnwindSafe for GetModifierMappingReply
impl Unpin for GetModifierMappingReply
impl UnwindSafe for GetModifierMappingReply
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