pub struct AVOutputFormat(/* private fields */);Auto Trait Implementations§
impl Freeze for AVOutputFormat
impl RefUnwindSafe for AVOutputFormat
impl Send for AVOutputFormat
impl Sync for AVOutputFormat
impl Unpin for AVOutputFormat
impl UnsafeUnpin for AVOutputFormat
impl UnwindSafe for AVOutputFormat
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