pub struct AdpcmDecoder { /* private fields */ }Expand description
Stateful IMA ADPCM decoder.
Implementations§
Trait Implementations§
Source§impl Clone for AdpcmDecoder
impl Clone for AdpcmDecoder
Source§fn clone(&self) -> AdpcmDecoder
fn clone(&self) -> AdpcmDecoder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdpcmDecoder
Auto Trait Implementations§
impl Freeze for AdpcmDecoder
impl RefUnwindSafe for AdpcmDecoder
impl Send for AdpcmDecoder
impl Sync for AdpcmDecoder
impl Unpin for AdpcmDecoder
impl UnsafeUnpin for AdpcmDecoder
impl UnwindSafe for AdpcmDecoder
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