Enum mp3_metadata::ChannelType [] [src]

pub enum ChannelType {
    Stereo,
    JointStereo,
    DualChannel,
    SingleChannel,
    Unknown,
}

Variants

Trait Implementations

impl Copy for ChannelType
[src]

impl Clone for ChannelType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelType
[src]

Formats the value using the given formatter.

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

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

impl From<u8> for ChannelType
[src]

Performs the conversion.