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