Enum bms_rs::lex::command::PlayerMode [−][src]
pub enum PlayerMode {
Single,
Two,
Double,
}
Expand description
A play style of the score.
Variants
Single
For single play, a player uses 5 or 7 keys.
Two
For couple play, two players use each 5 or 7 keys.
Double
For double play, a player uses 10 or 14 keys.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlayerMode
impl Send for PlayerMode
impl Sync for PlayerMode
impl Unpin for PlayerMode
impl UnwindSafe for PlayerMode
Blanket Implementations
Mutably borrows from an owned value. Read more