#[repr(u8)]pub enum OvercurTrigAdj {
SELECT_ZERO = 0,
SELECT_ONE = 1,
SELECT_TWO = 2,
SELECT_THREE = 3,
}Variants§
SELECT_ZERO = 0
In Run Mode, 1 A. In Power Save Mode, 0.25 A
SELECT_ONE = 1
In Run Mode, 2 A. In Power Save Mode, 0.25 A
SELECT_TWO = 2
In Run Mode, 1 A. In Power Save Mode, 0.2 A
SELECT_THREE = 3
In Run Mode, 2 A. In Power Save Mode, 0.2 A
Implementations§
Trait Implementations§
Source§impl Clone for OvercurTrigAdj
impl Clone for OvercurTrigAdj
Source§fn clone(&self) -> OvercurTrigAdj
fn clone(&self) -> OvercurTrigAdj
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OvercurTrigAdj
impl Debug for OvercurTrigAdj
Source§impl From<OvercurTrigAdj> for u8
impl From<OvercurTrigAdj> for u8
Source§fn from(val: OvercurTrigAdj) -> u8
fn from(val: OvercurTrigAdj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for OvercurTrigAdj
impl From<u8> for OvercurTrigAdj
Source§fn from(val: u8) -> OvercurTrigAdj
fn from(val: u8) -> OvercurTrigAdj
Converts to this type from the input type.
Source§impl Ord for OvercurTrigAdj
impl Ord for OvercurTrigAdj
Source§fn cmp(&self, other: &OvercurTrigAdj) -> Ordering
fn cmp(&self, other: &OvercurTrigAdj) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OvercurTrigAdj
impl PartialEq for OvercurTrigAdj
Source§impl PartialOrd for OvercurTrigAdj
impl PartialOrd for OvercurTrigAdj
impl Copy for OvercurTrigAdj
impl Eq for OvercurTrigAdj
impl StructuralPartialEq for OvercurTrigAdj
Auto Trait Implementations§
impl Freeze for OvercurTrigAdj
impl RefUnwindSafe for OvercurTrigAdj
impl Send for OvercurTrigAdj
impl Sync for OvercurTrigAdj
impl Unpin for OvercurTrigAdj
impl UnwindSafe for OvercurTrigAdj
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