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