#[repr(u8)]pub enum COMP {
NoCompanding = 0,
MuLaw = 2,
Alaw = 3,
}
Expand description
Companding mode
Value on reset: 0
Variants§
NoCompanding = 0
0: No companding algorithm
MuLaw = 2
2: μ-Law algorithm
Alaw = 3
3: A-Law algorithm
Trait Implementations§
impl Copy for COMP
impl Eq for COMP
impl IsEnum for COMP
impl StructuralPartialEq for COMP
Auto Trait Implementations§
impl Freeze for COMP
impl RefUnwindSafe for COMP
impl Send for COMP
impl Sync for COMP
impl Unpin for COMP
impl UnwindSafe for COMP
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