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