pub struct NoteEvent {
pub note: Note,
pub sample_instr: u8,
pub vol: VolumeEffect,
pub command: NoteCommand,
}Fields§
§note: Note§sample_instr: u8§vol: VolumeEffect§command: NoteCommandTrait Implementations§
impl Copy for NoteEvent
Auto Trait Implementations§
impl Freeze for NoteEvent
impl RefUnwindSafe for NoteEvent
impl Send for NoteEvent
impl Sync for NoteEvent
impl Unpin for NoteEvent
impl UnwindSafe for NoteEvent
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