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