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