#[repr(u8)]pub enum EnetIpgClkSEn {
ENET_IPG_CLK_S_EN_0 = 0,
ENET_IPG_CLK_S_EN_1 = 1,
}Variants§
ENET_IPG_CLK_S_EN_0 = 0
ipg_clk_s is gated when there is no IPS access
ENET_IPG_CLK_S_EN_1 = 1
ipg_clk_s is always on
Implementations§
Source§impl EnetIpgClkSEn
impl EnetIpgClkSEn
Trait Implementations§
Source§impl Clone for EnetIpgClkSEn
impl Clone for EnetIpgClkSEn
Source§fn clone(&self) -> EnetIpgClkSEn
fn clone(&self) -> EnetIpgClkSEn
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 EnetIpgClkSEn
impl Debug for EnetIpgClkSEn
Source§impl From<EnetIpgClkSEn> for u8
impl From<EnetIpgClkSEn> for u8
Source§fn from(val: EnetIpgClkSEn) -> u8
fn from(val: EnetIpgClkSEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for EnetIpgClkSEn
impl From<u8> for EnetIpgClkSEn
Source§fn from(val: u8) -> EnetIpgClkSEn
fn from(val: u8) -> EnetIpgClkSEn
Converts to this type from the input type.
Source§impl Ord for EnetIpgClkSEn
impl Ord for EnetIpgClkSEn
Source§fn cmp(&self, other: &EnetIpgClkSEn) -> Ordering
fn cmp(&self, other: &EnetIpgClkSEn) -> 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 EnetIpgClkSEn
impl PartialEq for EnetIpgClkSEn
Source§impl PartialOrd for EnetIpgClkSEn
impl PartialOrd for EnetIpgClkSEn
impl Copy for EnetIpgClkSEn
impl Eq for EnetIpgClkSEn
impl StructuralPartialEq for EnetIpgClkSEn
Auto Trait Implementations§
impl Freeze for EnetIpgClkSEn
impl RefUnwindSafe for EnetIpgClkSEn
impl Send for EnetIpgClkSEn
impl Sync for EnetIpgClkSEn
impl Unpin for EnetIpgClkSEn
impl UnwindSafe for EnetIpgClkSEn
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