pub struct RAMRegion(pub NAPOTRegionSpec);
Expand description
The RAM region address range.
Configured in the PMP as a NAPOT
region.
Tuple Fields§
§0: NAPOTRegionSpec
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RAMRegion
impl RefUnwindSafe for RAMRegion
impl Send for RAMRegion
impl Sync for RAMRegion
impl Unpin for RAMRegion
impl UnwindSafe for RAMRegion
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