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