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