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