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