pub struct SoundBridgeLib;Expand description
Host-registered lib exporting the MIDI-to-sound bridge cards and registry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoundBridgeLib
impl RefUnwindSafe for SoundBridgeLib
impl Send for SoundBridgeLib
impl Sync for SoundBridgeLib
impl Unpin for SoundBridgeLib
impl UnsafeUnpin for SoundBridgeLib
impl UnwindSafe for SoundBridgeLib
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