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