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