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