pub struct MidiMessageEntry(pub Owned<MidiMessageWrapper>);
Expand description
One entry in the MIDI message queue
Tuple Fields
0: Owned<MidiMessageWrapper>
Trait Implementations
sourceimpl Deref for MidiMessageEntry
impl Deref for MidiMessageEntry
sourceimpl MidiMessageLike for MidiMessageEntry
impl MidiMessageLike for MidiMessageEntry
Auto Trait Implementations
impl RefUnwindSafe for MidiMessageEntry
impl Send for MidiMessageEntry
impl Sync for MidiMessageEntry
impl Unpin for MidiMessageEntry
impl UnwindSafe for MidiMessageEntry
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