#[repr(u32)]pub enum AVChannelOrder {
AV_CHANNEL_ORDER_UNSPEC = 0,
AV_CHANNEL_ORDER_NATIVE = 1,
AV_CHANNEL_ORDER_CUSTOM = 2,
AV_CHANNEL_ORDER_AMBISONIC = 3,
FF_CHANNEL_ORDER_NB = 4,
}
Variants§
AV_CHANNEL_ORDER_UNSPEC = 0
AV_CHANNEL_ORDER_NATIVE = 1
AV_CHANNEL_ORDER_CUSTOM = 2
AV_CHANNEL_ORDER_AMBISONIC = 3
FF_CHANNEL_ORDER_NB = 4
Trait Implementations§
Source§impl Clone for AVChannelOrder
impl Clone for AVChannelOrder
Source§fn clone(&self) -> AVChannelOrder
fn clone(&self) -> AVChannelOrder
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 AVChannelOrder
impl Debug for AVChannelOrder
Source§impl Hash for AVChannelOrder
impl Hash for AVChannelOrder
Source§impl PartialEq for AVChannelOrder
impl PartialEq for AVChannelOrder
impl Copy for AVChannelOrder
impl Eq for AVChannelOrder
impl StructuralPartialEq for AVChannelOrder
Auto Trait Implementations§
impl Freeze for AVChannelOrder
impl RefUnwindSafe for AVChannelOrder
impl Send for AVChannelOrder
impl Sync for AVChannelOrder
impl Unpin for AVChannelOrder
impl UnwindSafe for AVChannelOrder
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