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