Enum bms_rs::lex::command::Channel [−][src]
pub enum Channel {
BgaBase,
BgaLayer,
BgaPoor,
Bgm,
BpmChange,
ChangeOption,
Note {
kind: NoteKind,
is_player1: bool,
key: Key,
},
SectionLen,
Stop,
}
Expand description
The channel, or lane, where the note will be on.
Variants
BgaBase
The BGA channel.
BgaLayer
The BGA channel but overlay to Channel::BgaBase
channel.
BgaPoor
The POOR BGA channel.
Bgm
For the note which will be auto-played.
BpmChange
For the bpm change object.
ChangeOption
For the change option object.
Note
Fields
kind: NoteKind
The kind of the note.
is_player1: bool
The note for the player 1.
key: Key
The key which corresponds to the note.
For the note which the user can interact.
SectionLen
For the section length change object.
Stop
For the stop object.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Channel
impl UnwindSafe for Channel
Blanket Implementations
Mutably borrows from an owned value. Read more