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