pub enum DmaPeriph {
Dma1,
Dma2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DmaPeriph
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