Enum vkrs::audio::Genre [] [src]

pub enum Genre {
    Rock,
    Pop,
    RapHipHop,
    EasyListen,
    DanceHouse,
    Instrumental,
    Metal,
    Alternative,
    Dubstep,
    JazzBlues,
    DrumBass,
    Trance,
    Chanson,
    Ethnic,
    AcousticVocal,
    Reggae,
    Classical,
    IndiePop,
    Speech,
    ElectropopDisco,
    Other,
    Unknown(u32),
}

Variants

Trait Implementations

impl Clone for Genre
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Genre
[src]

impl Debug for Genre
[src]

Formats the value using the given formatter.

impl PartialEq for Genre
[src]

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

This method tests for !=.

impl Eq for Genre
[src]

impl Display for Genre
[src]

Formats the value using the given formatter.

impl Deserialize for Genre
[src]

Deserialize this value given this Deserializer.

impl Into<u32> for Genre
[src]

Performs the conversion.