pub enum NUMAHierarchy {
Memory,
FirstLevel,
SecondLevel,
ThirdLevel,
}Variants§
Trait Implementations§
Source§impl Clone for NUMAHierarchy
impl Clone for NUMAHierarchy
Source§fn clone(&self) -> NUMAHierarchy
fn clone(&self) -> NUMAHierarchy
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 NUMAHierarchy
impl Debug for NUMAHierarchy
Source§impl Hash for NUMAHierarchy
impl Hash for NUMAHierarchy
Source§impl Ord for NUMAHierarchy
impl Ord for NUMAHierarchy
Source§fn cmp(&self, other: &NUMAHierarchy) -> Ordering
fn cmp(&self, other: &NUMAHierarchy) -> 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 NUMAHierarchy
impl PartialEq for NUMAHierarchy
Source§impl PartialOrd for NUMAHierarchy
impl PartialOrd for NUMAHierarchy
impl Eq for NUMAHierarchy
impl StructuralPartialEq for NUMAHierarchy
Auto Trait Implementations§
impl Freeze for NUMAHierarchy
impl RefUnwindSafe for NUMAHierarchy
impl Send for NUMAHierarchy
impl Sync for NUMAHierarchy
impl Unpin for NUMAHierarchy
impl UnwindSafe for NUMAHierarchy
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