Enum stm32_hal2::sai::SaiChannel
source · pub enum SaiChannel {
A,
B,
}Variants§
Trait Implementations§
source§impl Clone for SaiChannel
impl Clone for SaiChannel
source§fn clone(&self) -> SaiChannel
fn clone(&self) -> SaiChannel
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