Enum mp4::ChannelConfig
source · pub enum ChannelConfig {
Mono = 1,
Stereo = 2,
Three = 3,
Four = 4,
Five = 5,
FiveOne = 6,
SevenOne = 7,
}
Variants§
Trait Implementations§
source§impl Clone for ChannelConfig
impl Clone for ChannelConfig
source§fn clone(&self) -> ChannelConfig
fn clone(&self) -> ChannelConfig
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 ChannelConfig
impl Debug for ChannelConfig
source§impl Display for ChannelConfig
impl Display for ChannelConfig
source§impl PartialEq for ChannelConfig
impl PartialEq for ChannelConfig
source§fn eq(&self, other: &ChannelConfig) -> bool
fn eq(&self, other: &ChannelConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u8> for ChannelConfig
impl TryFrom<u8> for ChannelConfig
impl Copy for ChannelConfig
impl Eq for ChannelConfig
impl StructuralPartialEq for ChannelConfig
Auto Trait Implementations§
impl Freeze for ChannelConfig
impl RefUnwindSafe for ChannelConfig
impl Send for ChannelConfig
impl Sync for ChannelConfig
impl Unpin for ChannelConfig
impl UnwindSafe for ChannelConfig
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