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