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