pub enum NbMode {}Expand description
Narrowband mode (8kHz)
This is a marker type used to specify the mode of the de/encoder.
Auto Trait Implementations§
impl Freeze for NbMode
impl RefUnwindSafe for NbMode
impl Send for NbMode
impl Sync for NbMode
impl Unpin for NbMode
impl UnwindSafe for NbMode
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