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