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