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