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