pub struct ConstituentMemRegion {
pub address: u64,
pub page_cnt: u32,
}Expand description
Constituent memory region descriptor.
Fields§
§address: u64§page_cnt: u32Trait Implementations§
Source§impl Clone for ConstituentMemRegion
impl Clone for ConstituentMemRegion
Source§fn clone(&self) -> ConstituentMemRegion
fn clone(&self) -> ConstituentMemRegion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConstituentMemRegion
Source§impl Debug for ConstituentMemRegion
impl Debug for ConstituentMemRegion
Source§impl Default for ConstituentMemRegion
impl Default for ConstituentMemRegion
Source§fn default() -> ConstituentMemRegion
fn default() -> ConstituentMemRegion
Returns the “default value” for a type. Read more
Source§impl PartialEq for ConstituentMemRegion
impl PartialEq for ConstituentMemRegion
Source§fn eq(&self, other: &ConstituentMemRegion) -> bool
fn eq(&self, other: &ConstituentMemRegion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConstituentMemRegion
Auto Trait Implementations§
impl Freeze for ConstituentMemRegion
impl RefUnwindSafe for ConstituentMemRegion
impl Send for ConstituentMemRegion
impl Sync for ConstituentMemRegion
impl Unpin for ConstituentMemRegion
impl UnsafeUnpin for ConstituentMemRegion
impl UnwindSafe for ConstituentMemRegion
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