pub struct DTCMCR { /* private fields */ }
Expand description
Instruction and Data Tightly-Coupled Memory Control Registers
Implementations§
Auto Trait Implementations§
impl !Freeze for DTCMCR
impl !RefUnwindSafe for DTCMCR
impl Send for DTCMCR
impl !Sync for DTCMCR
impl Unpin for DTCMCR
impl UnwindSafe for DTCMCR
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