#[repr(transparent)]pub struct AVDownmixType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVDownmixType
impl AVDownmixType
pub const UNKNOWN: AVDownmixType
pub const LORO: AVDownmixType
pub const LTRT: AVDownmixType
pub const DPLII: AVDownmixType
pub const NB: AVDownmixType
Trait Implementations§
Source§impl Clone for AVDownmixType
impl Clone for AVDownmixType
Source§fn clone(&self) -> AVDownmixType
fn clone(&self) -> AVDownmixType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVDownmixType
Source§impl Debug for AVDownmixType
impl Debug for AVDownmixType
impl Eq for AVDownmixType
Source§impl Hash for AVDownmixType
impl Hash for AVDownmixType
Source§impl PartialEq for AVDownmixType
impl PartialEq for AVDownmixType
impl StructuralPartialEq for AVDownmixType
Auto Trait Implementations§
impl Freeze for AVDownmixType
impl RefUnwindSafe for AVDownmixType
impl Send for AVDownmixType
impl Sync for AVDownmixType
impl Unpin for AVDownmixType
impl UnsafeUnpin for AVDownmixType
impl UnwindSafe for AVDownmixType
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