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