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