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