pub struct DummyAudioDecoder;
Trait Implementations§
source§impl AudioDecoder for DummyAudioDecoder
impl AudioDecoder for DummyAudioDecoder
fn decode( &self, _: Vec<u8>, _: AudioDecoderCallbacks, _: Option<AudioDecoderOptions>, )
Auto Trait Implementations§
impl Freeze for DummyAudioDecoder
impl RefUnwindSafe for DummyAudioDecoder
impl Send for DummyAudioDecoder
impl Sync for DummyAudioDecoder
impl Unpin for DummyAudioDecoder
impl UnwindSafe for DummyAudioDecoder
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