pub struct EpmpEntry {
pub cfg: u8,
pub kind: EpmpRegionKind,
pub range: EpmpAddressRange,
}
Expand description
A decoded ePMP entry.
Fields§
§cfg: u8
The bit pattern present in pmpNcfg
.
kind: EpmpRegionKind
The region kind encoded ni the cfg
field.
range: EpmpAddressRange
The address range for this entry.
Trait Implementations§
impl Eq for EpmpEntry
impl StructuralPartialEq for EpmpEntry
Auto Trait Implementations§
impl Freeze for EpmpEntry
impl RefUnwindSafe for EpmpEntry
impl Send for EpmpEntry
impl Sync for EpmpEntry
impl Unpin for EpmpEntry
impl UnwindSafe for EpmpEntry
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