pub struct MpaAudioDecoder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for MpaAudioDecoder
impl Default for MpaAudioDecoder
Source§fn default() -> MpaAudioDecoder
fn default() -> MpaAudioDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MpaAudioDecoder
impl !RefUnwindSafe for MpaAudioDecoder
impl Send for MpaAudioDecoder
impl Sync for MpaAudioDecoder
impl Unpin for MpaAudioDecoder
impl !UnwindSafe for MpaAudioDecoder
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