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