#[repr(u8)]pub enum SwPadCtlPadPmicStbyReqPue {
PUE_0_KEEPER = 0,
PUE_1_PULL = 1,
}Variants§
PUE_0_KEEPER = 0
Keep the previous output value when the output driver is disabled.
PUE_1_PULL = 1
Pull-up or pull-down (determined by PUS field).
Implementations§
Trait Implementations§
Source§impl Clone for SwPadCtlPadPmicStbyReqPue
impl Clone for SwPadCtlPadPmicStbyReqPue
Source§fn clone(&self) -> SwPadCtlPadPmicStbyReqPue
fn clone(&self) -> SwPadCtlPadPmicStbyReqPue
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 SwPadCtlPadPmicStbyReqPue
impl Debug for SwPadCtlPadPmicStbyReqPue
Source§impl From<SwPadCtlPadPmicStbyReqPue> for u8
impl From<SwPadCtlPadPmicStbyReqPue> for u8
Source§fn from(val: SwPadCtlPadPmicStbyReqPue) -> u8
fn from(val: SwPadCtlPadPmicStbyReqPue) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SwPadCtlPadPmicStbyReqPue
impl From<u8> for SwPadCtlPadPmicStbyReqPue
Source§fn from(val: u8) -> SwPadCtlPadPmicStbyReqPue
fn from(val: u8) -> SwPadCtlPadPmicStbyReqPue
Converts to this type from the input type.
Source§impl Ord for SwPadCtlPadPmicStbyReqPue
impl Ord for SwPadCtlPadPmicStbyReqPue
Source§fn cmp(&self, other: &SwPadCtlPadPmicStbyReqPue) -> Ordering
fn cmp(&self, other: &SwPadCtlPadPmicStbyReqPue) -> 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 PartialOrd for SwPadCtlPadPmicStbyReqPue
impl PartialOrd for SwPadCtlPadPmicStbyReqPue
impl Copy for SwPadCtlPadPmicStbyReqPue
impl Eq for SwPadCtlPadPmicStbyReqPue
impl StructuralPartialEq for SwPadCtlPadPmicStbyReqPue
Auto Trait Implementations§
impl Freeze for SwPadCtlPadPmicStbyReqPue
impl RefUnwindSafe for SwPadCtlPadPmicStbyReqPue
impl Send for SwPadCtlPadPmicStbyReqPue
impl Sync for SwPadCtlPadPmicStbyReqPue
impl Unpin for SwPadCtlPadPmicStbyReqPue
impl UnwindSafe for SwPadCtlPadPmicStbyReqPue
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