#[repr(u8)]pub enum PllEnetTogBypassClkSrc {
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 PllEnetTogBypassClkSrc
impl Clone for PllEnetTogBypassClkSrc
Source§fn clone(&self) -> PllEnetTogBypassClkSrc
fn clone(&self) -> PllEnetTogBypassClkSrc
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 PllEnetTogBypassClkSrc
impl Debug for PllEnetTogBypassClkSrc
Source§impl From<PllEnetTogBypassClkSrc> for u8
impl From<PllEnetTogBypassClkSrc> for u8
Source§fn from(val: PllEnetTogBypassClkSrc) -> u8
fn from(val: PllEnetTogBypassClkSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllEnetTogBypassClkSrc
impl From<u8> for PllEnetTogBypassClkSrc
Source§fn from(val: u8) -> PllEnetTogBypassClkSrc
fn from(val: u8) -> PllEnetTogBypassClkSrc
Converts to this type from the input type.
Source§impl Ord for PllEnetTogBypassClkSrc
impl Ord for PllEnetTogBypassClkSrc
Source§fn cmp(&self, other: &PllEnetTogBypassClkSrc) -> Ordering
fn cmp(&self, other: &PllEnetTogBypassClkSrc) -> 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 PllEnetTogBypassClkSrc
impl PartialEq for PllEnetTogBypassClkSrc
Source§impl PartialOrd for PllEnetTogBypassClkSrc
impl PartialOrd for PllEnetTogBypassClkSrc
impl Copy for PllEnetTogBypassClkSrc
impl Eq for PllEnetTogBypassClkSrc
impl StructuralPartialEq for PllEnetTogBypassClkSrc
Auto Trait Implementations§
impl Freeze for PllEnetTogBypassClkSrc
impl RefUnwindSafe for PllEnetTogBypassClkSrc
impl Send for PllEnetTogBypassClkSrc
impl Sync for PllEnetTogBypassClkSrc
impl Unpin for PllEnetTogBypassClkSrc
impl UnwindSafe for PllEnetTogBypassClkSrc
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