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