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