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
_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
Trait Implementations
sourceimpl Clone for NoteBlockNote
impl Clone for NoteBlockNote
sourcefn clone(&self) -> NoteBlockNote
fn clone(&self) -> NoteBlockNote
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NoteBlockNote
impl Debug for NoteBlockNote
sourceimpl From<usize> for NoteBlockNote
impl From<usize> for NoteBlockNote
impl Copy for NoteBlockNote
Auto Trait Implementations
impl RefUnwindSafe for NoteBlockNote
impl Send for NoteBlockNote
impl Sync for NoteBlockNote
impl Unpin for NoteBlockNote
impl UnwindSafe for NoteBlockNote
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more