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