Enum mp3_metadata::Emphasis
[−]
[src]
pub enum Emphasis {
None,
MicroSeconds,
Reserved,
CCITT,
Unknown,
}Variants
NoneNo emphasis
MicroSeconds50/15 Micro seconds
ReservedReserved
CCITTCCIT J.17
UnknownTrait Implementations
impl Copy for Emphasis[src]
impl Clone for Emphasis[src]
fn clone(&self) -> Emphasis
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Emphasis[src]
impl PartialEq for Emphasis[src]
fn eq(&self, __arg_0: &Emphasis) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.