Enum azalea_block::NoteBlockNote
source · pub enum NoteBlockNote {
Show 25 variants
_0,
_1,
_2,
_3,
_4,
_5,
_6,
_7,
_8,
_9,
_10,
_11,
_12,
_13,
_14,
_15,
_16,
_17,
_18,
_19,
_20,
_21,
_22,
_23,
_24,
}Variants§
Trait Implementations§
source§impl Clone for NoteBlockNote
impl Clone for NoteBlockNote
source§fn clone(&self) -> NoteBlockNote
fn clone(&self) -> NoteBlockNote
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 more