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