#[repr(u8)]pub enum Fslspclksel {
CLK3060 = 0,
CLK48 = 1,
CLK6 = 2,
_RESERVED_3 = 3,
}Variants§
CLK3060 = 0
PHY clock is running at 30/60 MHz
CLK48 = 1
PHY clock is running at 48 MHz
CLK6 = 2
PHY clock is running at 6 MHz
_RESERVED_3 = 3
Implementations§
Source§impl Fslspclksel
impl Fslspclksel
Trait Implementations§
Source§impl Clone for Fslspclksel
impl Clone for Fslspclksel
Source§fn clone(&self) -> Fslspclksel
fn clone(&self) -> Fslspclksel
Returns a copy 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 Fslspclksel
impl Debug for Fslspclksel
Source§impl From<Fslspclksel> for u8
impl From<Fslspclksel> for u8
Source§fn from(val: Fslspclksel) -> u8
fn from(val: Fslspclksel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Fslspclksel
impl From<u8> for Fslspclksel
Source§fn from(val: u8) -> Fslspclksel
fn from(val: u8) -> Fslspclksel
Converts to this type from the input type.
Source§impl Ord for Fslspclksel
impl Ord for Fslspclksel
Source§fn cmp(&self, other: &Fslspclksel) -> Ordering
fn cmp(&self, other: &Fslspclksel) -> 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 Fslspclksel
impl PartialEq for Fslspclksel
Source§impl PartialOrd for Fslspclksel
impl PartialOrd for Fslspclksel
impl Copy for Fslspclksel
impl Eq for Fslspclksel
impl StructuralPartialEq for Fslspclksel
Auto Trait Implementations§
impl Freeze for Fslspclksel
impl RefUnwindSafe for Fslspclksel
impl Send for Fslspclksel
impl Sync for Fslspclksel
impl Unpin for Fslspclksel
impl UnwindSafe for Fslspclksel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)