Enum mp3_metadata::Layer [] [src]

pub enum Layer {
    Reserved,
    Layer1,
    Layer2,
    Layer3,
    Unknown,
}

Variants

Trait Implementations

impl Copy for Layer
[src]

impl Clone for Layer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Layer
[src]

Formats the value using the given formatter.

impl PartialEq for Layer
[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 Layer
[src]

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

impl From<u8> for Layer
[src]

Performs the conversion.