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