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