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