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