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