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