pub struct MidiLiveLib;Expand description
Host-registered lib exposing the ring-buffer source/sink cards and their registry to a running runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidiLiveLib
impl RefUnwindSafe for MidiLiveLib
impl Send for MidiLiveLib
impl Sync for MidiLiveLib
impl Unpin for MidiLiveLib
impl UnsafeUnpin for MidiLiveLib
impl UnwindSafe for MidiLiveLib
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