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