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