Struct DMA2D
pub struct DMA2D { /* private fields */ }
Expand description
DMA2D peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for DMA2D
impl Peripheral for DMA2D
impl RccPeripheral for DMA2D
Auto Trait Implementations§
impl Freeze for DMA2D
impl RefUnwindSafe for DMA2D
impl Send for DMA2D
impl Sync for DMA2D
impl Unpin for DMA2D
impl UnwindSafe for DMA2D
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