pub struct MMIORegion(pub NAPOTRegionSpec);
Expand description
The MMIO region address range.
Configured in the PMP as a NAPOT
region.
Tuple Fields§
§0: NAPOTRegionSpec
Trait Implementations§
Source§impl Clone for MMIORegion
impl Clone for MMIORegion
Source§fn clone(&self) -> MMIORegion
fn clone(&self) -> MMIORegion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MMIORegion
impl Debug for MMIORegion
impl Copy for MMIORegion
Auto Trait Implementations§
impl Freeze for MMIORegion
impl RefUnwindSafe for MMIORegion
impl !Send for MMIORegion
impl !Sync for MMIORegion
impl Unpin for MMIORegion
impl UnwindSafe for MMIORegion
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