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