pub struct DmaRegisters { /* private fields */ }Expand description
DMA controller
Auto Trait Implementations§
impl !Freeze for DmaRegisters
impl !RefUnwindSafe for DmaRegisters
impl Send for DmaRegisters
impl !Sync for DmaRegisters
impl Unpin for DmaRegisters
impl UnwindSafe for DmaRegisters
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