pub struct AACDecoder;Trait Implementations§
Source§impl AudioDecoder for AACDecoder
impl AudioDecoder for AACDecoder
fn new() -> Self
fn decode(&self, data: &[u8]) -> Result<AudioTrack, SimpleDecoderError>
Auto Trait Implementations§
impl Freeze for AACDecoder
impl RefUnwindSafe for AACDecoder
impl Send for AACDecoder
impl Sync for AACDecoder
impl Unpin for AACDecoder
impl UnsafeUnpin for AACDecoder
impl UnwindSafe for AACDecoder
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