#[repr(u8)]pub enum Cmdl6Mode {
DATA_12_BITS = 0,
DATA_16_BITS = 1,
}Variants§
DATA_12_BITS = 0
Standard resolution. Single-ended 12-bit conversion; differential 13-bit conversion with 2’s complement output.
DATA_16_BITS = 1
High resolution. Single-ended 16-bit conversion; differential 16-bit conversion with 2’s complement output.
Implementations§
Trait Implementations§
Source§impl Ord for Cmdl6Mode
impl Ord for Cmdl6Mode
Source§impl PartialOrd for Cmdl6Mode
impl PartialOrd for Cmdl6Mode
impl Copy for Cmdl6Mode
impl Eq for Cmdl6Mode
impl StructuralPartialEq for Cmdl6Mode
Auto Trait Implementations§
impl Freeze for Cmdl6Mode
impl RefUnwindSafe for Cmdl6Mode
impl Send for Cmdl6Mode
impl Sync for Cmdl6Mode
impl Unpin for Cmdl6Mode
impl UnwindSafe for Cmdl6Mode
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