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