Enum sdl2_mixer::MusicType [] [src]

pub enum MusicType {
    MusicNone,
    MusicCmd,
    MusicWav,
    MusicMod,
    MusicMid,
    MusicOgg,
    MusicMp3,
    MusicMp3Mad,
    MusicFlac,
    MusicModPlug,
}

Music type enumerations

Variants

Trait Implementations

impl Copy for MusicType
[src]

impl Clone for MusicType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MusicType
[src]

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

This method tests for !=.

impl Hash for MusicType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for MusicType
[src]

Formats the value using the given formatter.