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