#[repr(u8)]
pub enum MAXCUR33V_A {
OTHER,
_4MA,
_8MA,
_12MA,
}
Expand description
Maximum Current for 3.3V
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 MAXCUR33V_A
impl Clone for MAXCUR33V_A
sourcefn clone(&self) -> MAXCUR33V_A
fn clone(&self) -> MAXCUR33V_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 MAXCUR33V_A
impl Debug for MAXCUR33V_A
sourceimpl From<MAXCUR33V_A> for u8
impl From<MAXCUR33V_A> for u8
sourcefn from(variant: MAXCUR33V_A) -> Self
fn from(variant: MAXCUR33V_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<MAXCUR33V_A> for MAXCUR33V_A
impl PartialEq<MAXCUR33V_A> for MAXCUR33V_A
sourcefn eq(&self, other: &MAXCUR33V_A) -> bool
fn eq(&self, other: &MAXCUR33V_A) -> bool
impl Copy for MAXCUR33V_A
impl StructuralPartialEq for MAXCUR33V_A
Auto Trait Implementations
impl RefUnwindSafe for MAXCUR33V_A
impl Send for MAXCUR33V_A
impl Sync for MAXCUR33V_A
impl Unpin for MAXCUR33V_A
impl UnwindSafe for MAXCUR33V_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