Enum cortex_m::peripheral::syst::SystClkSource
source · pub enum SystClkSource {
Core,
External,
}
Expand description
SysTick clock source
Variants§
Trait Implementations§
source§impl Clone for SystClkSource
impl Clone for SystClkSource
source§fn clone(&self) -> SystClkSource
fn clone(&self) -> SystClkSource
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 SystClkSource
impl Debug for SystClkSource
source§impl PartialEq for SystClkSource
impl PartialEq for SystClkSource
source§fn eq(&self, other: &SystClkSource) -> bool
fn eq(&self, other: &SystClkSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SystClkSource
impl Eq for SystClkSource
impl StructuralPartialEq for SystClkSource
Auto Trait Implementations§
impl Freeze for SystClkSource
impl RefUnwindSafe for SystClkSource
impl Send for SystClkSource
impl Sync for SystClkSource
impl Unpin for SystClkSource
impl UnwindSafe for SystClkSource
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