Enum libosu::Mode[][src]

pub enum Mode {
    Osu,
    Taiko,
    Catch,
    Mania,
}

Integer enumeration of the game's game modes.

Variants

Trait Implementations

impl Debug for Mode
[src]

Formats the value using the given formatter. Read more

impl Copy for Mode
[src]

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Mode

impl Sync for Mode