pub struct DMA2D { /* private fields */ }
Expand description
DMA2D controller
Implementations§
Trait Implementations§
Source§impl Deref for DMA2D
impl Deref for DMA2D
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for DMA2D
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