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