Enum stm32_hal2::dfsdm::DfsdmChannel
source · #[repr(u8)]pub enum DfsdmChannel {
C0 = 0,
C1 = 1,
C2 = 2,
C3 = 3,
C4 = 4,
C5 = 5,
C6 = 6,
C7 = 7,
}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 moreimpl Copy for DfsdmChannel
Auto Trait Implementations§
impl Freeze for DfsdmChannel
impl RefUnwindSafe for DfsdmChannel
impl Send for DfsdmChannel
impl Sync for DfsdmChannel
impl Unpin for DfsdmChannel
impl UnwindSafe for DfsdmChannel
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