Struct audio_processor_standalone_midi::host::StartMessage
source · [−]pub struct StartMessage;
Trait Implementations
sourceimpl Handler<StartMessage> for MidiHost
impl Handler<StartMessage> for MidiHost
Auto Trait Implementations
impl RefUnwindSafe for StartMessage
impl Send for StartMessage
impl Sync for StartMessage
impl Unpin for StartMessage
impl UnwindSafe for StartMessage
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