#[repr(C)]pub struct OpusMSEncoder { /* private fields */ }
Trait Implementations§
Source§impl Clone for OpusMSEncoder
impl Clone for OpusMSEncoder
Source§fn clone(&self) -> OpusMSEncoder
fn clone(&self) -> OpusMSEncoder
Returns a copy 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 OpusMSEncoder
impl Debug for OpusMSEncoder
impl Copy for OpusMSEncoder
Auto Trait Implementations§
impl Freeze for OpusMSEncoder
impl RefUnwindSafe for OpusMSEncoder
impl Send for OpusMSEncoder
impl Sync for OpusMSEncoder
impl Unpin for OpusMSEncoder
impl UnwindSafe for OpusMSEncoder
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