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