#[repr(u8)]pub enum DpdModeEnable {
DPD_MODE_ENABLE_0 = 0,
DPD_MODE_ENABLE_1 = 1,
}Variants§
DPD_MODE_ENABLE_0 = 0
configuration information in 3v domain logic is latched
DPD_MODE_ENABLE_1 = 1
configuration information in 3v domain logic is updating from configuration registers simultaneously
Implementations§
Source§impl DpdModeEnable
impl DpdModeEnable
Trait Implementations§
Source§impl Clone for DpdModeEnable
impl Clone for DpdModeEnable
Source§fn clone(&self) -> DpdModeEnable
fn clone(&self) -> DpdModeEnable
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 DpdModeEnable
impl Debug for DpdModeEnable
Source§impl From<DpdModeEnable> for u8
impl From<DpdModeEnable> for u8
Source§fn from(val: DpdModeEnable) -> u8
fn from(val: DpdModeEnable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DpdModeEnable
impl From<u8> for DpdModeEnable
Source§fn from(val: u8) -> DpdModeEnable
fn from(val: u8) -> DpdModeEnable
Converts to this type from the input type.
Source§impl Ord for DpdModeEnable
impl Ord for DpdModeEnable
Source§fn cmp(&self, other: &DpdModeEnable) -> Ordering
fn cmp(&self, other: &DpdModeEnable) -> 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 DpdModeEnable
impl PartialEq for DpdModeEnable
Source§impl PartialOrd for DpdModeEnable
impl PartialOrd for DpdModeEnable
impl Copy for DpdModeEnable
impl Eq for DpdModeEnable
impl StructuralPartialEq for DpdModeEnable
Auto Trait Implementations§
impl Freeze for DpdModeEnable
impl RefUnwindSafe for DpdModeEnable
impl Send for DpdModeEnable
impl Sync for DpdModeEnable
impl Unpin for DpdModeEnable
impl UnwindSafe for DpdModeEnable
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