pub struct MCD { /* private fields */ }Expand description
Multi-channel descriptor used by VPI for output streams.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MCD
impl RefUnwindSafe for MCD
impl Send for MCD
impl Sync for MCD
impl Unpin for MCD
impl UnsafeUnpin for MCD
impl UnwindSafe for MCD
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