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