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