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