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