#[repr(u8)]pub enum PllEnetSetBypassClkSrc {
REF_CLK_24M = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
REF_CLK_24M = 0
Select the 24MHz oscillator as source.
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for PllEnetSetBypassClkSrc
impl Clone for PllEnetSetBypassClkSrc
Source§fn clone(&self) -> PllEnetSetBypassClkSrc
fn clone(&self) -> PllEnetSetBypassClkSrc
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 PllEnetSetBypassClkSrc
impl Debug for PllEnetSetBypassClkSrc
Source§impl From<PllEnetSetBypassClkSrc> for u8
impl From<PllEnetSetBypassClkSrc> for u8
Source§fn from(val: PllEnetSetBypassClkSrc) -> u8
fn from(val: PllEnetSetBypassClkSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllEnetSetBypassClkSrc
impl From<u8> for PllEnetSetBypassClkSrc
Source§fn from(val: u8) -> PllEnetSetBypassClkSrc
fn from(val: u8) -> PllEnetSetBypassClkSrc
Converts to this type from the input type.
Source§impl Ord for PllEnetSetBypassClkSrc
impl Ord for PllEnetSetBypassClkSrc
Source§fn cmp(&self, other: &PllEnetSetBypassClkSrc) -> Ordering
fn cmp(&self, other: &PllEnetSetBypassClkSrc) -> 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 PllEnetSetBypassClkSrc
impl PartialEq for PllEnetSetBypassClkSrc
Source§impl PartialOrd for PllEnetSetBypassClkSrc
impl PartialOrd for PllEnetSetBypassClkSrc
impl Copy for PllEnetSetBypassClkSrc
impl Eq for PllEnetSetBypassClkSrc
impl StructuralPartialEq for PllEnetSetBypassClkSrc
Auto Trait Implementations§
impl Freeze for PllEnetSetBypassClkSrc
impl RefUnwindSafe for PllEnetSetBypassClkSrc
impl Send for PllEnetSetBypassClkSrc
impl Sync for PllEnetSetBypassClkSrc
impl Unpin for PllEnetSetBypassClkSrc
impl UnwindSafe for PllEnetSetBypassClkSrc
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