Enum esp32c2_hal::ledc::LSGlobalClkSource
source · pub enum LSGlobalClkSource {
APBClk,
}
Expand description
Global slow clock source
Variants§
APBClk
Trait Implementations§
source§impl Clone for LSGlobalClkSource
impl Clone for LSGlobalClkSource
source§fn clone(&self) -> LSGlobalClkSource
fn clone(&self) -> LSGlobalClkSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LSGlobalClkSource
impl Debug for LSGlobalClkSource
source§impl PartialEq for LSGlobalClkSource
impl PartialEq for LSGlobalClkSource
source§fn 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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more