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