pub struct DMA2_CH8 { /* private fields */ }
Expand description
DMA2_CH8 peripheral
Implementations§
Trait Implementations§
Source§impl Channel for DMA2_CH8
impl Channel for DMA2_CH8
Source§fn degrade(self) -> AnyChannel
fn degrade(self) -> AnyChannel
Type-erase (degrade) this pin into an
AnyChannel
. Read moreSource§impl From<DMA2_CH8> for AnyChannel
impl From<DMA2_CH8> for AnyChannel
Source§impl Peripheral for DMA2_CH8
impl Peripheral for DMA2_CH8
Auto Trait Implementations§
impl Freeze for DMA2_CH8
impl RefUnwindSafe for DMA2_CH8
impl Send for DMA2_CH8
impl Sync for DMA2_CH8
impl Unpin for DMA2_CH8
impl UnwindSafe for DMA2_CH8
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