#[repr(u8)]pub enum EnetrmiiclkselSel {
ENUM0 = 0,
ENUM1 = 1,
ENUM2 = 2,
ENUM3 = 3,
ENUM4 = 4,
ENUM5 = 5,
ENUM6 = 6,
ENUM7 = 7,
}Variants§
ENUM0 = 0
No clock
ENUM1 = 1
PLL0 clock
ENUM2 = 2
CLKIN clock
ENUM3 = 3
No clock
ENUM4 = 4
No clock
ENUM5 = 5
PLL1_clk0 clock
ENUM6 = 6
No clock
ENUM7 = 7
No clock
Implementations§
Trait Implementations§
Source§impl Clone for EnetrmiiclkselSel
impl Clone for EnetrmiiclkselSel
Source§fn clone(&self) -> EnetrmiiclkselSel
fn clone(&self) -> EnetrmiiclkselSel
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 EnetrmiiclkselSel
impl Debug for EnetrmiiclkselSel
Source§impl From<EnetrmiiclkselSel> for u8
impl From<EnetrmiiclkselSel> for u8
Source§fn from(val: EnetrmiiclkselSel) -> u8
fn from(val: EnetrmiiclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for EnetrmiiclkselSel
impl From<u8> for EnetrmiiclkselSel
Source§fn from(val: u8) -> EnetrmiiclkselSel
fn from(val: u8) -> EnetrmiiclkselSel
Converts to this type from the input type.
Source§impl Ord for EnetrmiiclkselSel
impl Ord for EnetrmiiclkselSel
Source§fn cmp(&self, other: &EnetrmiiclkselSel) -> Ordering
fn cmp(&self, other: &EnetrmiiclkselSel) -> 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 EnetrmiiclkselSel
impl PartialEq for EnetrmiiclkselSel
Source§impl PartialOrd for EnetrmiiclkselSel
impl PartialOrd for EnetrmiiclkselSel
impl Copy for EnetrmiiclkselSel
impl Eq for EnetrmiiclkselSel
impl StructuralPartialEq for EnetrmiiclkselSel
Auto Trait Implementations§
impl Freeze for EnetrmiiclkselSel
impl RefUnwindSafe for EnetrmiiclkselSel
impl Send for EnetrmiiclkselSel
impl Sync for EnetrmiiclkselSel
impl Unpin for EnetrmiiclkselSel
impl UnwindSafe for EnetrmiiclkselSel
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