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