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