pub struct FlashRegion(pub NAPOTRegionSpec);
Expand description
The flash memory region address range.
Configured in the PMP as a NAPOT
region.
Tuple Fields§
§0: NAPOTRegionSpec
Trait Implementations§
Source§impl Clone for FlashRegion
impl Clone for FlashRegion
Source§fn clone(&self) -> FlashRegion
fn clone(&self) -> FlashRegion
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 FlashRegion
impl Debug for FlashRegion
impl Copy for FlashRegion
Auto Trait Implementations§
impl Freeze for FlashRegion
impl RefUnwindSafe for FlashRegion
impl !Send for FlashRegion
impl !Sync for FlashRegion
impl Unpin for FlashRegion
impl UnwindSafe for FlashRegion
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