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