pub struct MpuRegisters { /* private fields */ }Expand description
MPU Registers for the Armv8-M architecture
Auto Trait Implementations§
impl !Freeze for MpuRegisters
impl !RefUnwindSafe for MpuRegisters
impl Send for MpuRegisters
impl !Sync for MpuRegisters
impl Unpin for MpuRegisters
impl UnsafeUnpin for MpuRegisters
impl UnwindSafe for MpuRegisters
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