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