pub struct OpusDecoder { /* private fields */ }Expand description
Struct big enough to contain OpusDecoder of opus-1.5.2 so it can be reserved on stack.
Trait Implementations§
Source§impl Clone for OpusDecoder
impl Clone for OpusDecoder
Source§fn clone(&self) -> OpusDecoder
fn clone(&self) -> OpusDecoder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpusDecoder
impl Debug for OpusDecoder
Source§impl Default for OpusDecoder
impl Default for OpusDecoder
impl Copy for OpusDecoder
Auto Trait Implementations§
impl Freeze for OpusDecoder
impl RefUnwindSafe for OpusDecoder
impl Send for OpusDecoder
impl Sync for OpusDecoder
impl Unpin for OpusDecoder
impl UnwindSafe for OpusDecoder
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