pub struct SoundRenderLib;Expand description
Host-registered lib exporting the PCM renderer card.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoundRenderLib
impl RefUnwindSafe for SoundRenderLib
impl Send for SoundRenderLib
impl Sync for SoundRenderLib
impl Unpin for SoundRenderLib
impl UnsafeUnpin for SoundRenderLib
impl UnwindSafe for SoundRenderLib
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