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