#[repr(u8)]pub enum ActiveCfgDcdcVddLvl {
_RESERVED_0 = 0,
DCDC01 = 1,
DCDC10 = 2,
DCDC11 = 3,
}Variants§
_RESERVED_0 = 0
DCDC01 = 1
Midvoltage (1.0 V)
DCDC10 = 2
Normal voltage (1.1 V)
DCDC11 = 3
Overdrive voltage (1.2 V)
Implementations§
Trait Implementations§
Source§impl Clone for ActiveCfgDcdcVddLvl
impl Clone for ActiveCfgDcdcVddLvl
Source§fn clone(&self) -> ActiveCfgDcdcVddLvl
fn clone(&self) -> ActiveCfgDcdcVddLvl
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 ActiveCfgDcdcVddLvl
impl Debug for ActiveCfgDcdcVddLvl
Source§impl From<ActiveCfgDcdcVddLvl> for u8
impl From<ActiveCfgDcdcVddLvl> for u8
Source§fn from(val: ActiveCfgDcdcVddLvl) -> u8
fn from(val: ActiveCfgDcdcVddLvl) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ActiveCfgDcdcVddLvl
impl From<u8> for ActiveCfgDcdcVddLvl
Source§fn from(val: u8) -> ActiveCfgDcdcVddLvl
fn from(val: u8) -> ActiveCfgDcdcVddLvl
Converts to this type from the input type.
Source§impl Ord for ActiveCfgDcdcVddLvl
impl Ord for ActiveCfgDcdcVddLvl
Source§fn cmp(&self, other: &ActiveCfgDcdcVddLvl) -> Ordering
fn cmp(&self, other: &ActiveCfgDcdcVddLvl) -> 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 ActiveCfgDcdcVddLvl
impl PartialEq for ActiveCfgDcdcVddLvl
Source§impl PartialOrd for ActiveCfgDcdcVddLvl
impl PartialOrd for ActiveCfgDcdcVddLvl
impl Copy for ActiveCfgDcdcVddLvl
impl Eq for ActiveCfgDcdcVddLvl
impl StructuralPartialEq for ActiveCfgDcdcVddLvl
Auto Trait Implementations§
impl Freeze for ActiveCfgDcdcVddLvl
impl RefUnwindSafe for ActiveCfgDcdcVddLvl
impl Send for ActiveCfgDcdcVddLvl
impl Sync for ActiveCfgDcdcVddLvl
impl Unpin for ActiveCfgDcdcVddLvl
impl UnwindSafe for ActiveCfgDcdcVddLvl
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