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