pub enum NoteCmd {
Play(Note),
Off,
Cut,
Fade,
}Expand description
Note column commands
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoteCmd
impl RefUnwindSafe for NoteCmd
impl Send for NoteCmd
impl Sync for NoteCmd
impl Unpin for NoteCmd
impl UnwindSafe for NoteCmd
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