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