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