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