pub struct G722Encoder { /* private fields */ }Implementations§
Source§impl G722Encoder
impl G722Encoder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for G722Encoder
impl RefUnwindSafe for G722Encoder
impl Send for G722Encoder
impl Sync for G722Encoder
impl Unpin for G722Encoder
impl UnwindSafe for G722Encoder
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