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