pub struct NoteMessage {
pub note: MidiNote,
pub velocity: u8,
}Fields§
§note: MidiNote§velocity: u8Auto Trait Implementations§
impl Freeze for NoteMessage
impl RefUnwindSafe for NoteMessage
impl Send for NoteMessage
impl Sync for NoteMessage
impl Unpin for NoteMessage
impl UnwindSafe for NoteMessage
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