pub enum HSClockSource {
APBClk,
}
Expand description
Clock source for HS Timers
Variants
APBClk
Trait Implementations
sourceimpl Clone for HSClockSource
impl Clone for HSClockSource
sourcefn clone(&self) -> HSClockSource
fn clone(&self) -> HSClockSource
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 more
sourceimpl Debug for HSClockSource
impl Debug for HSClockSource
sourceimpl PartialEq<HSClockSource> for HSClockSource
impl PartialEq<HSClockSource> for HSClockSource
sourcefn eq(&self, other: &HSClockSource) -> bool
fn eq(&self, other: &HSClockSource) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for HSClockSource
impl Eq for HSClockSource
impl StructuralEq for HSClockSource
impl StructuralPartialEq for HSClockSource
Auto Trait Implementations
impl RefUnwindSafe for HSClockSource
impl Send for HSClockSource
impl Sync for HSClockSource
impl Unpin for HSClockSource
impl UnwindSafe for HSClockSource
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