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