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