Struct xcb::xf86dri::CreateContextReply
source · pub struct CreateContextReply { /* private fields */ }
Expand description
Reply type for CreateContext.
Can be obtained from a CreateContextCookie with Connection::wait_for_reply or from a CreateContextCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for CreateContextReply
impl Debug for CreateContextReply
source§impl Drop for CreateContextReply
impl Drop for CreateContextReply
source§impl Reply for CreateContextReply
impl Reply for CreateContextReply
impl Send for CreateContextReply
impl Sync for CreateContextReply
Auto Trait Implementations§
impl Freeze for CreateContextReply
impl RefUnwindSafe for CreateContextReply
impl Unpin for CreateContextReply
impl UnwindSafe for CreateContextReply
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