#[repr(u8)]
pub enum MAXCUR18V_A {
OTHER,
_4MA,
_8MA,
_12MA,
}
Expand description
Maximum Current for 1.8V
Value on reset: 0
Variants
OTHER
0: Get information via another method
_4MA
1: 4mA
_8MA
2: 8mA
_12MA
3: 12mA
Trait Implementations
sourceimpl Clone for MAXCUR18V_A
impl Clone for MAXCUR18V_A
sourcefn clone(&self) -> MAXCUR18V_A
fn clone(&self) -> MAXCUR18V_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MAXCUR18V_A
impl Debug for MAXCUR18V_A
sourceimpl From<MAXCUR18V_A> for u8
impl From<MAXCUR18V_A> for u8
sourcefn from(variant: MAXCUR18V_A) -> Self
fn from(variant: MAXCUR18V_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<MAXCUR18V_A> for MAXCUR18V_A
impl PartialEq<MAXCUR18V_A> for MAXCUR18V_A
sourcefn eq(&self, other: &MAXCUR18V_A) -> bool
fn eq(&self, other: &MAXCUR18V_A) -> bool
impl Copy for MAXCUR18V_A
impl StructuralPartialEq for MAXCUR18V_A
Auto Trait Implementations
impl RefUnwindSafe for MAXCUR18V_A
impl Send for MAXCUR18V_A
impl Sync for MAXCUR18V_A
impl Unpin for MAXCUR18V_A
impl UnwindSafe for MAXCUR18V_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more