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