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