#[repr(u8)]pub enum SwPadCtlPadOnoffDse {
DSE_0_OUTPUT_DRIVER_DISABLED_ = 0,
DSE_1_R0_150_OHM___3_3V__260_OHM_1_8V = 1,
DSE_2_R0_2 = 2,
DSE_3_R0_3 = 3,
DSE_4_R0_4 = 4,
DSE_5_R0_5 = 5,
DSE_6_R0_6 = 6,
DSE_7_R0_7 = 7,
}Variants§
DSE_0_OUTPUT_DRIVER_DISABLED_ = 0
output driver disabled;
DSE_1_R0_150_OHM___3_3V__260_OHM_1_8V = 1
R0(150 Ohm @ 3.3V, 260 Ohm@1.8V)
DSE_2_R0_2 = 2
R0/2
DSE_3_R0_3 = 3
R0/3
DSE_4_R0_4 = 4
R0/4
DSE_5_R0_5 = 5
R0/5
DSE_6_R0_6 = 6
R0/6
DSE_7_R0_7 = 7
R0/7
Implementations§
Trait Implementations§
Source§impl Clone for SwPadCtlPadOnoffDse
impl Clone for SwPadCtlPadOnoffDse
Source§fn clone(&self) -> SwPadCtlPadOnoffDse
fn clone(&self) -> SwPadCtlPadOnoffDse
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 SwPadCtlPadOnoffDse
impl Debug for SwPadCtlPadOnoffDse
Source§impl From<SwPadCtlPadOnoffDse> for u8
impl From<SwPadCtlPadOnoffDse> for u8
Source§fn from(val: SwPadCtlPadOnoffDse) -> u8
fn from(val: SwPadCtlPadOnoffDse) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SwPadCtlPadOnoffDse
impl From<u8> for SwPadCtlPadOnoffDse
Source§fn from(val: u8) -> SwPadCtlPadOnoffDse
fn from(val: u8) -> SwPadCtlPadOnoffDse
Converts to this type from the input type.
Source§impl Ord for SwPadCtlPadOnoffDse
impl Ord for SwPadCtlPadOnoffDse
Source§fn cmp(&self, other: &SwPadCtlPadOnoffDse) -> Ordering
fn cmp(&self, other: &SwPadCtlPadOnoffDse) -> 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 SwPadCtlPadOnoffDse
impl PartialEq for SwPadCtlPadOnoffDse
Source§impl PartialOrd for SwPadCtlPadOnoffDse
impl PartialOrd for SwPadCtlPadOnoffDse
impl Copy for SwPadCtlPadOnoffDse
impl Eq for SwPadCtlPadOnoffDse
impl StructuralPartialEq for SwPadCtlPadOnoffDse
Auto Trait Implementations§
impl Freeze for SwPadCtlPadOnoffDse
impl RefUnwindSafe for SwPadCtlPadOnoffDse
impl Send for SwPadCtlPadOnoffDse
impl Sync for SwPadCtlPadOnoffDse
impl Unpin for SwPadCtlPadOnoffDse
impl UnwindSafe for SwPadCtlPadOnoffDse
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