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