Enum osu::Language [] [src]

pub enum Language {
    Any,
    Chinese,
    English,
    French,
    Instrumental,
    German,
    Italian,
    Japanese,
    Korean,
    Spanish,
    Swedish,
    Other,
}

Variants

Trait Implementations

impl Clone for Language
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Language
[src]

impl Debug for Language
[src]

[src]

Formats the value using the given formatter.