#[repr(C)]pub struct AVFilterChannelLayouts { /* private fields */ }
Trait Implementations§
Source§impl Clone for AVFilterChannelLayouts
impl Clone for AVFilterChannelLayouts
Source§fn clone(&self) -> AVFilterChannelLayouts
fn clone(&self) -> AVFilterChannelLayouts
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 moreSource§impl Debug for AVFilterChannelLayouts
impl Debug for AVFilterChannelLayouts
impl Copy for AVFilterChannelLayouts
Auto Trait Implementations§
impl Freeze for AVFilterChannelLayouts
impl RefUnwindSafe for AVFilterChannelLayouts
impl Send for AVFilterChannelLayouts
impl Sync for AVFilterChannelLayouts
impl Unpin for AVFilterChannelLayouts
impl UnwindSafe for AVFilterChannelLayouts
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