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