Enum sdl2_mixer::MusicType [] [src]

#[repr(C)]
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 given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for MusicType
[src]

Formats the value using the given formatter.