Enum bms_rs::lex::command::JudgeLevel [−][src]
pub enum JudgeLevel {
VeryHard,
Hard,
Normal,
Easy,
}
Expand description
A rank to determine judge level, but treatment differs among the BMS players.
Variants
VeryHard
Rank 0, the most difficult rank.
Hard
Rank 1, the harder rank.
Normal
Rank 2, the easier rank.
Easy
Rank 3, the easiest rank.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JudgeLevel
impl Send for JudgeLevel
impl Sync for JudgeLevel
impl Unpin for JudgeLevel
impl UnwindSafe for JudgeLevel
Blanket Implementations
Mutably borrows from an owned value. Read more