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