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