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