#[repr(i32)]pub enum ModeId {
NarrowBand = 0,
WideBand = 1,
UltraWideBand = 2,
}Expand description
Possible modes for the encoder and decoder.
Variants§
Implementations§
Trait Implementations§
impl Copy for ModeId
impl Eq for ModeId
impl StructuralPartialEq for ModeId
Auto Trait Implementations§
impl Freeze for ModeId
impl RefUnwindSafe for ModeId
impl Send for ModeId
impl Sync for ModeId
impl Unpin for ModeId
impl UnwindSafe for ModeId
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