#[repr(u8)]pub enum RmiiClkselMux {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
I3_CLKROOT_SOSC = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
I6_CLKROOT_SPLL = 6,
_RESERVED_7 = 7,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
I3_CLKROOT_SOSC = 3
CLK_IN
_RESERVED_4 = 4
_RESERVED_5 = 5
I6_CLKROOT_SPLL = 6
PLL1_CLK
_RESERVED_7 = 7
Implementations§
Source§impl RmiiClkselMux
impl RmiiClkselMux
Trait Implementations§
Source§impl Clone for RmiiClkselMux
impl Clone for RmiiClkselMux
Source§fn clone(&self) -> RmiiClkselMux
fn clone(&self) -> RmiiClkselMux
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 RmiiClkselMux
impl Debug for RmiiClkselMux
Source§impl From<RmiiClkselMux> for u8
impl From<RmiiClkselMux> for u8
Source§fn from(val: RmiiClkselMux) -> u8
fn from(val: RmiiClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RmiiClkselMux
impl From<u8> for RmiiClkselMux
Source§fn from(val: u8) -> RmiiClkselMux
fn from(val: u8) -> RmiiClkselMux
Converts to this type from the input type.
Source§impl Ord for RmiiClkselMux
impl Ord for RmiiClkselMux
Source§fn cmp(&self, other: &RmiiClkselMux) -> Ordering
fn cmp(&self, other: &RmiiClkselMux) -> 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 RmiiClkselMux
impl PartialEq for RmiiClkselMux
Source§impl PartialOrd for RmiiClkselMux
impl PartialOrd for RmiiClkselMux
impl Copy for RmiiClkselMux
impl Eq for RmiiClkselMux
impl StructuralPartialEq for RmiiClkselMux
Auto Trait Implementations§
impl Freeze for RmiiClkselMux
impl RefUnwindSafe for RmiiClkselMux
impl Send for RmiiClkselMux
impl Sync for RmiiClkselMux
impl Unpin for RmiiClkselMux
impl UnwindSafe for RmiiClkselMux
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