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