Enum osu::Genre [] [src]

pub enum Genre {
    Anime,
    Any,
    Electronic,
    HipHop,
    Novelty,
    Other,
    Pop,
    Rock,
    Unspecified,
    VideoGame,
}

Variants

Trait Implementations

impl Clone for Genre
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Genre
[src]

impl Debug for Genre
[src]

[src]

Formats the value using the given formatter.