Enum bms_rs::lex::command::NoteKind [−][src]
pub enum NoteKind {
Visible,
Invisible,
Long,
Landmine,
}
Expand description
A kind of the note.
Variants
Visible
A normal note can be seen by the user.
Invisible
A invisible note cannot be played by the user.
Long
A long-press note (LN), requires the user to hold pressing the key.
Landmine
A landmine note that treated as POOR judgement when
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoteKind
impl UnwindSafe for NoteKind
Blanket Implementations
Mutably borrows from an owned value. Read more