Struct AVFilterFormats
#[repr(C)]pub struct AVFilterFormats { /* private fields */ }
Trait Implementations§
§impl Clone for AVFilterFormats
impl Clone for AVFilterFormats
§fn clone(&self) -> AVFilterFormats
fn clone(&self) -> AVFilterFormats
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVFilterFormats
impl Debug for AVFilterFormats
impl Copy for AVFilterFormats
Auto Trait Implementations§
impl Freeze for AVFilterFormats
impl RefUnwindSafe for AVFilterFormats
impl Send for AVFilterFormats
impl Sync for AVFilterFormats
impl Unpin for AVFilterFormats
impl UnwindSafe for AVFilterFormats
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