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