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