Struct xcb::xf86dri::QueryDirectRenderingCapableCookie
source · pub struct QueryDirectRenderingCapableCookie { /* private fields */ }
Expand description
Cookie type for QueryDirectRenderingCapable.
This cookie can be used to get a QueryDirectRenderingCapableReply with Connection::wait_for_reply
Trait Implementations§
source§impl CookieWithReplyChecked for QueryDirectRenderingCapableCookie
impl CookieWithReplyChecked for QueryDirectRenderingCapableCookie
source§type Reply = QueryDirectRenderingCapableReply
type Reply = QueryDirectRenderingCapableReply
The reply type associated with the cookie
impl CookieChecked for QueryDirectRenderingCapableCookie
Auto Trait Implementations§
impl Freeze for QueryDirectRenderingCapableCookie
impl RefUnwindSafe for QueryDirectRenderingCapableCookie
impl Send for QueryDirectRenderingCapableCookie
impl Sync for QueryDirectRenderingCapableCookie
impl Unpin for QueryDirectRenderingCapableCookie
impl UnwindSafe for QueryDirectRenderingCapableCookie
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