pub struct DMA2D { /* private fields */ }
Expand description
DMA2D controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DMA2D
impl RefUnwindSafe 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