Enum osu::Genre
[−]
[src]
pub enum Genre {
Anime,
Any,
Electronic,
HipHop,
Novelty,
Other,
Pop,
Rock,
Unspecified,
VideoGame,
}Variants
AnimeAnyElectronicHipHopNoveltyOtherPopRockUnspecifiedVideoGame
Trait Implementations
impl Clone for Genre[src]
fn clone(&self) -> Genre[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more