Enum mpd::status::ReplayGain [] [src]

pub enum ReplayGain {
    Off,
    Track,
    Album,
    Auto,
}

Replay gain mode

Variants

off

track

album

auto

Trait Implementations

impl Debug for ReplayGain
[src]

Formats the value using the given formatter.

impl Clone for ReplayGain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReplayGain
[src]

impl PartialEq for ReplayGain
[src]

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

This method tests for !=.

impl Encodable for ReplayGain
[src]

Serialize a value using an Encoder.

impl Decodable for ReplayGain
[src]

Deserialize a value using a Decoder.

impl FromStr for ReplayGain
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for ReplayGain
[src]

Formats the value using the given formatter.