Enum cortex_m::peripheral::syst::SystClkSource   
source · [−]pub enum SystClkSource {
    Core,
    External,
}Expand description
SysTick clock source
Variants
Core
Core-provided clock
External
External reference clock
Trait Implementations
sourceimpl Clone for SystClkSource
 
impl Clone for SystClkSource
sourcefn clone(&self) -> SystClkSource
 
fn clone(&self) -> SystClkSource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for SystClkSource
 
impl Debug for SystClkSource
sourceimpl PartialEq<SystClkSource> for SystClkSource
 
impl PartialEq<SystClkSource> for SystClkSource
sourcefn eq(&self, other: &SystClkSource) -> bool
 
fn eq(&self, other: &SystClkSource) -> bool
impl Copy for SystClkSource
impl Eq for SystClkSource
impl StructuralEq for SystClkSource
impl StructuralPartialEq for SystClkSource
Auto Trait Implementations
impl RefUnwindSafe for SystClkSource
impl Send for SystClkSource
impl Sync for SystClkSource
impl Unpin for SystClkSource
impl UnwindSafe for SystClkSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more