pub struct NativeOpusDecoder { /* private fields */ }Expand description
Wrapper around libopus via the opus crate (native targets).
Implementations§
Trait Implementations§
Source§impl AudioDecoder for NativeOpusDecoder
Available on non-WebAssembly only.
impl AudioDecoder for NativeOpusDecoder
Available on non-WebAssembly only.
Auto Trait Implementations§
impl Freeze for NativeOpusDecoder
impl RefUnwindSafe for NativeOpusDecoder
impl Send for NativeOpusDecoder
impl !Sync for NativeOpusDecoder
impl Unpin for NativeOpusDecoder
impl UnsafeUnpin for NativeOpusDecoder
impl UnwindSafe for NativeOpusDecoder
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