Enum stm32_hal2::dma::DmaPeriph
source · pub enum DmaPeriph {
Dma1,
Dma2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DmaPeriph
impl Send for DmaPeriph
impl Sync for DmaPeriph
impl Unpin for DmaPeriph
impl UnwindSafe for DmaPeriph
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