Struct embassy_stm32::dma::DMAMUX1
source · pub struct DMAMUX1;
Expand description
DMAMUX1 instance.
Auto Trait Implementations§
impl RefUnwindSafe for DMAMUX1
impl Send for DMAMUX1
impl Sync for DMAMUX1
impl Unpin for DMAMUX1
impl UnwindSafe for DMAMUX1
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