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