pub struct EpmpAddressRange(pub u64, pub u64);
Expand description
Represents the address range associated with the PMP entry.
Tuple Fields§
§0: u64
§1: u64
Implementations§
Trait Implementations§
Source§impl Clone for EpmpAddressRange
impl Clone for EpmpAddressRange
Source§fn clone(&self) -> EpmpAddressRange
fn clone(&self) -> EpmpAddressRange
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 EpmpAddressRange
impl Debug for EpmpAddressRange
Source§impl Default for EpmpAddressRange
impl Default for EpmpAddressRange
Source§fn default() -> EpmpAddressRange
fn default() -> EpmpAddressRange
Returns the “default value” for a type. Read more
Source§impl PartialEq for EpmpAddressRange
impl PartialEq for EpmpAddressRange
impl Eq for EpmpAddressRange
impl StructuralPartialEq for EpmpAddressRange
Auto Trait Implementations§
impl Freeze for EpmpAddressRange
impl RefUnwindSafe for EpmpAddressRange
impl Send for EpmpAddressRange
impl Sync for EpmpAddressRange
impl Unpin for EpmpAddressRange
impl UnwindSafe for EpmpAddressRange
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