Expand description
A wrapper type to wrap messages. Messages must be 3 bytes in length (SysEx will be dropped).
Fields
message_data: [u8; 3]
timestamp: u64
Auto Trait Implementations
impl RefUnwindSafe for MidiMessageWrapper
impl Send for MidiMessageWrapper
impl Sync for MidiMessageWrapper
impl Unpin for MidiMessageWrapper
impl UnwindSafe for MidiMessageWrapper
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