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