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