#[repr(u8)]pub enum Cmdl3Mode {
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 Cmdl3Mode
impl Ord for Cmdl3Mode
Source§impl PartialOrd for Cmdl3Mode
impl PartialOrd for Cmdl3Mode
impl Copy for Cmdl3Mode
impl Eq for Cmdl3Mode
impl StructuralPartialEq for Cmdl3Mode
Auto Trait Implementations§
impl Freeze for Cmdl3Mode
impl RefUnwindSafe for Cmdl3Mode
impl Send for Cmdl3Mode
impl Sync for Cmdl3Mode
impl Unpin for Cmdl3Mode
impl UnwindSafe for Cmdl3Mode
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