Enum stm32_hal2::dfsdm::DfsdmChannel
source · #[repr(u8)]
pub enum DfsdmChannel {
C0,
C1,
C2,
C3,
C4,
C5,
C6,
C7,
}
Variants§
Trait Implementations§
source§impl Clone for DfsdmChannel
impl Clone for DfsdmChannel
source§fn clone(&self) -> DfsdmChannel
fn clone(&self) -> DfsdmChannel
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