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