Enum osu::PlayMode [] [src]

pub enum PlayMode {
    CatchTheBeat,
    Mania,
    Standard,
    Taiko,
}

Variants

Trait Implementations

impl Clone for PlayMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PlayMode
[src]

impl Debug for PlayMode
[src]

[src]

Formats the value using the given formatter.