#[repr(u8)]pub enum Enet1TxClkDir {
ENET1_TX_CLK_DIR_0 = 0,
ENET1_TX_CLK_DIR_1 = 1,
}Variants§
ENET1_TX_CLK_DIR_0 = 0
ENET1_TX_CLK output driver is disabled
ENET1_TX_CLK_DIR_1 = 1
ENET1_TX_CLK output driver is enabled
Implementations§
Source§impl Enet1TxClkDir
impl Enet1TxClkDir
Trait Implementations§
Source§impl Clone for Enet1TxClkDir
impl Clone for Enet1TxClkDir
Source§fn clone(&self) -> Enet1TxClkDir
fn clone(&self) -> Enet1TxClkDir
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 Enet1TxClkDir
impl Debug for Enet1TxClkDir
Source§impl From<Enet1TxClkDir> for u8
impl From<Enet1TxClkDir> for u8
Source§fn from(val: Enet1TxClkDir) -> u8
fn from(val: Enet1TxClkDir) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Enet1TxClkDir
impl From<u8> for Enet1TxClkDir
Source§fn from(val: u8) -> Enet1TxClkDir
fn from(val: u8) -> Enet1TxClkDir
Converts to this type from the input type.
Source§impl Ord for Enet1TxClkDir
impl Ord for Enet1TxClkDir
Source§fn cmp(&self, other: &Enet1TxClkDir) -> Ordering
fn cmp(&self, other: &Enet1TxClkDir) -> 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 Enet1TxClkDir
impl PartialEq for Enet1TxClkDir
Source§impl PartialOrd for Enet1TxClkDir
impl PartialOrd for Enet1TxClkDir
impl Copy for Enet1TxClkDir
impl Eq for Enet1TxClkDir
impl StructuralPartialEq for Enet1TxClkDir
Auto Trait Implementations§
impl Freeze for Enet1TxClkDir
impl RefUnwindSafe for Enet1TxClkDir
impl Send for Enet1TxClkDir
impl Sync for Enet1TxClkDir
impl Unpin for Enet1TxClkDir
impl UnwindSafe for Enet1TxClkDir
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