pub struct Snap;
Trait Implementations§
Source§impl<R, W> Compression<R, W> for Snap
impl<R, W> Compression<R, W> for Snap
Source§fn compress(
&self,
reader: &mut R,
writer: &mut W,
) -> PortableAudioLibraryResult<()>
fn compress( &self, reader: &mut R, writer: &mut W, ) -> PortableAudioLibraryResult<()>
Compresses the audio data from the reader to the writer.
Source§fn decompress(
&self,
reader: &mut R,
writer: &mut W,
) -> PortableAudioLibraryResult<()>
fn decompress( &self, reader: &mut R, writer: &mut W, ) -> PortableAudioLibraryResult<()>
Decompresses the audio data from the reader to the writer.
Auto Trait Implementations§
impl Freeze for Snap
impl RefUnwindSafe for Snap
impl Send for Snap
impl Sync for Snap
impl Unpin for Snap
impl UnwindSafe for Snap
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