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