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