Enum mp3_metadata::Emphasis [] [src]

pub enum Emphasis {
    None,
    MicroSeconds,
    Reserved,
    CCITT,
    Unknown,
}

Variants

No emphasis

50/15 Micro seconds

Reserved

CCIT J.17

Trait Implementations

impl Copy for Emphasis
[src]

impl Clone for Emphasis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Emphasis
[src]

Formats the value using the given formatter.

impl PartialEq for Emphasis
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Emphasis
[src]

Returns the "default value" for a type. Read more

impl From<u8> for Emphasis
[src]

Performs the conversion.