pub struct G729Encoder { /* private fields */ }Expand description
G.729 audio encoder using g729-sys
Implementations§
Source§impl G729Encoder
impl G729Encoder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for G729Encoder
impl RefUnwindSafe for G729Encoder
impl Unpin for G729Encoder
impl UnwindSafe for G729Encoder
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