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