pub enum NewNoteAction {
Cut = 0,
Continue = 1,
NoteOff = 2,
NoteFade = 3,
}Variants§
Trait Implementations§
Source§impl Debug for NewNoteAction
impl Debug for NewNoteAction
Source§impl Default for NewNoteAction
impl Default for NewNoteAction
Source§fn default() -> NewNoteAction
fn default() -> NewNoteAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NewNoteAction
impl RefUnwindSafe for NewNoteAction
impl Send for NewNoteAction
impl Sync for NewNoteAction
impl Unpin for NewNoteAction
impl UnwindSafe for NewNoteAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more