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