pub struct WavArtifactWriter { /* private fields */ }Expand description
Simple scoped WAV writer (16-bit mono) for QA artifacts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WavArtifactWriter
impl RefUnwindSafe for WavArtifactWriter
impl Send for WavArtifactWriter
impl Sync for WavArtifactWriter
impl Unpin for WavArtifactWriter
impl UnsafeUnpin for WavArtifactWriter
impl UnwindSafe for WavArtifactWriter
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