Enum esp32c2_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 moresourceimpl 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
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