Struct embassy_stm32::peripherals::BDMA_CH6
source · pub struct BDMA_CH6 { /* private fields */ }
Expand description
BDMA_CH6 peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BDMA_CH6
impl Send for BDMA_CH6
impl Sync for BDMA_CH6
impl Unpin for BDMA_CH6
impl UnwindSafe for BDMA_CH6
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