#[repr(u8)]pub enum SwPadCtlPadPmicStbyReqPus {
PUS_0_100K_OHM_PULL_DOWN = 0,
PUS_1_47K_OHM_PULL_UP = 1,
PUS_2_100K_OHM_PULL_UP = 2,
PUS_3_22K_OHM_PULL_UP = 3,
}Variants§
PUS_0_100K_OHM_PULL_DOWN = 0
100K Ohm Pull Down
PUS_1_47K_OHM_PULL_UP = 1
47K Ohm Pull Up
PUS_2_100K_OHM_PULL_UP = 2
100K Ohm Pull Up
PUS_3_22K_OHM_PULL_UP = 3
22K Ohm Pull Up
Implementations§
Trait Implementations§
Source§impl Clone for SwPadCtlPadPmicStbyReqPus
impl Clone for SwPadCtlPadPmicStbyReqPus
Source§fn clone(&self) -> SwPadCtlPadPmicStbyReqPus
fn clone(&self) -> SwPadCtlPadPmicStbyReqPus
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 SwPadCtlPadPmicStbyReqPus
impl Debug for SwPadCtlPadPmicStbyReqPus
Source§impl From<SwPadCtlPadPmicStbyReqPus> for u8
impl From<SwPadCtlPadPmicStbyReqPus> for u8
Source§fn from(val: SwPadCtlPadPmicStbyReqPus) -> u8
fn from(val: SwPadCtlPadPmicStbyReqPus) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SwPadCtlPadPmicStbyReqPus
impl From<u8> for SwPadCtlPadPmicStbyReqPus
Source§fn from(val: u8) -> SwPadCtlPadPmicStbyReqPus
fn from(val: u8) -> SwPadCtlPadPmicStbyReqPus
Converts to this type from the input type.
Source§impl Ord for SwPadCtlPadPmicStbyReqPus
impl Ord for SwPadCtlPadPmicStbyReqPus
Source§fn cmp(&self, other: &SwPadCtlPadPmicStbyReqPus) -> Ordering
fn cmp(&self, other: &SwPadCtlPadPmicStbyReqPus) -> 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 SwPadCtlPadPmicStbyReqPus
impl PartialOrd for SwPadCtlPadPmicStbyReqPus
impl Copy for SwPadCtlPadPmicStbyReqPus
impl Eq for SwPadCtlPadPmicStbyReqPus
impl StructuralPartialEq for SwPadCtlPadPmicStbyReqPus
Auto Trait Implementations§
impl Freeze for SwPadCtlPadPmicStbyReqPus
impl RefUnwindSafe for SwPadCtlPadPmicStbyReqPus
impl Send for SwPadCtlPadPmicStbyReqPus
impl Sync for SwPadCtlPadPmicStbyReqPus
impl Unpin for SwPadCtlPadPmicStbyReqPus
impl UnwindSafe for SwPadCtlPadPmicStbyReqPus
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