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