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