Struct dbs_address_space::NumaNodeInfo
source · pub struct NumaNodeInfo {
pub base: GuestAddress,
pub size: GuestUsize,
}Expand description
Record numa node memory information.
Fields
base: GuestAddressBase address of the region in guest physical address space.
size: GuestUsizeSize of the address region.
Trait Implementations
sourceimpl Clone for NumaNodeInfo
impl Clone for NumaNodeInfo
sourcefn clone(&self) -> NumaNodeInfo
fn clone(&self) -> NumaNodeInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NumaNodeInfo
impl Debug for NumaNodeInfo
sourceimpl Default for NumaNodeInfo
impl Default for NumaNodeInfo
sourcefn default() -> NumaNodeInfo
fn default() -> NumaNodeInfo
Returns the “default value” for a type. Read more
sourceimpl PartialEq<NumaNodeInfo> for NumaNodeInfo
impl PartialEq<NumaNodeInfo> for NumaNodeInfo
sourcefn eq(&self, other: &NumaNodeInfo) -> bool
fn eq(&self, other: &NumaNodeInfo) -> bool
impl Copy for NumaNodeInfo
impl Eq for NumaNodeInfo
impl StructuralEq for NumaNodeInfo
impl StructuralPartialEq for NumaNodeInfo
Auto Trait Implementations
impl RefUnwindSafe for NumaNodeInfo
impl Send for NumaNodeInfo
impl Sync for NumaNodeInfo
impl Unpin for NumaNodeInfo
impl UnwindSafe for NumaNodeInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more