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