Enum stm32_hal2::timer::TimChannel
source · pub enum TimChannel {
C1,
C2,
C3,
C4,
}
Expand description
Timer channel
Variants§
Trait Implementations§
source§impl Clone for TimChannel
impl Clone for TimChannel
source§fn clone(&self) -> TimChannel
fn clone(&self) -> TimChannel
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 more