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