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