pub struct AudioDspLib;Expand description
Host-registered lib exporting the reusable DSP processor cards, built on the
shared SurfacePackLib substrate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioDspLib
impl RefUnwindSafe for AudioDspLib
impl Send for AudioDspLib
impl Sync for AudioDspLib
impl Unpin for AudioDspLib
impl UnsafeUnpin for AudioDspLib
impl UnwindSafe for AudioDspLib
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