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