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