pub struct MidiIoLib;Expand description
Host-registered lib exporting the in-memory MIDI I/O cards and registry,
built on the shared SurfacePackLib substrate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidiIoLib
impl RefUnwindSafe for MidiIoLib
impl Send for MidiIoLib
impl Sync for MidiIoLib
impl Unpin for MidiIoLib
impl UnsafeUnpin for MidiIoLib
impl UnwindSafe for MidiIoLib
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