Struct xcb::glx::GetQueryivArbReply
source · pub struct GetQueryivArbReply { /* private fields */ }
Expand description
Reply type for GetQueryivArb.
Can be obtained from a GetQueryivArbCookie with Connection::wait_for_reply or from a GetQueryivArbCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetQueryivArbReply
impl Debug for GetQueryivArbReply
source§impl Drop for GetQueryivArbReply
impl Drop for GetQueryivArbReply
source§impl Reply for GetQueryivArbReply
impl Reply for GetQueryivArbReply
impl Send for GetQueryivArbReply
impl Sync for GetQueryivArbReply
Auto Trait Implementations§
impl Freeze for GetQueryivArbReply
impl RefUnwindSafe for GetQueryivArbReply
impl Unpin for GetQueryivArbReply
impl UnwindSafe for GetQueryivArbReply
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