pub struct InitialMappedArea {
pub effective_address: u64,
pub physical_address: u64,
pub size: u32,
}Expand description
The value of an initial-mapped-area property.
Fields§
§effective_address: u64The effective address.
physical_address: u64The physical address.
size: u32The size of the area.
Trait Implementations§
Source§impl Clone for InitialMappedArea
impl Clone for InitialMappedArea
Source§fn clone(&self) -> InitialMappedArea
fn clone(&self) -> InitialMappedArea
Returns a duplicate 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 InitialMappedArea
impl Debug for InitialMappedArea
Source§impl Default for InitialMappedArea
impl Default for InitialMappedArea
Source§fn default() -> InitialMappedArea
fn default() -> InitialMappedArea
Returns the “default value” for a type. Read more
Source§impl Hash for InitialMappedArea
impl Hash for InitialMappedArea
Source§impl Ord for InitialMappedArea
impl Ord for InitialMappedArea
Source§fn cmp(&self, other: &InitialMappedArea) -> Ordering
fn cmp(&self, other: &InitialMappedArea) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InitialMappedArea
impl PartialEq for InitialMappedArea
Source§impl PartialOrd for InitialMappedArea
impl PartialOrd for InitialMappedArea
impl Copy for InitialMappedArea
impl Eq for InitialMappedArea
impl StructuralPartialEq for InitialMappedArea
Auto Trait Implementations§
impl Freeze for InitialMappedArea
impl RefUnwindSafe for InitialMappedArea
impl Send for InitialMappedArea
impl Sync for InitialMappedArea
impl Unpin for InitialMappedArea
impl UnwindSafe for InitialMappedArea
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.