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