Enum bms_rs::lex::command::PlayerMode
source · 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§
source§impl Clone for PlayerMode
impl Clone for PlayerMode
source§fn clone(&self) -> PlayerMode
fn clone(&self) -> PlayerMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PlayerMode
impl Debug for PlayerMode
source§impl Hash for PlayerMode
impl Hash for PlayerMode
source§impl PartialEq for PlayerMode
impl PartialEq for PlayerMode
source§fn eq(&self, other: &PlayerMode) -> bool
fn eq(&self, other: &PlayerMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PlayerMode
impl Eq for PlayerMode
impl StructuralEq for PlayerMode
impl StructuralPartialEq for PlayerMode
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more