Struct stm32wlxx_hal::dma::Dma2Ch5
source · pub struct Dma2Ch5 { /* private fields */ }
Expand description
Controller 2 channel 5.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Dma2Ch5
impl Send for Dma2Ch5
impl Sync for Dma2Ch5
impl Unpin for Dma2Ch5
impl UnwindSafe for Dma2Ch5
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