pub enum NUMADataType {
AccessLatency,
ReadLatency,
WriteLatency,
}Expand description
HMAT latency data type for -numa hmat-lb,....
Variants§
Trait Implementations§
Source§impl Arbitrary for NUMADataType
impl Arbitrary for NUMADataType
Source§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = TupleUnion<((u32, Arc<fn() -> NUMADataType>), (u32, Arc<fn() -> NUMADataType>), (u32, Arc<fn() -> NUMADataType>))>
type Strategy = TupleUnion<((u32, Arc<fn() -> NUMADataType>), (u32, Arc<fn() -> NUMADataType>), (u32, Arc<fn() -> NUMADataType>))>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Clone for NUMADataType
impl Clone for NUMADataType
Source§fn clone(&self) -> NUMADataType
fn clone(&self) -> NUMADataType
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 NUMADataType
impl Debug for NUMADataType
Source§impl Hash for NUMADataType
impl Hash for NUMADataType
Source§impl Ord for NUMADataType
impl Ord for NUMADataType
Source§fn cmp(&self, other: &NUMADataType) -> Ordering
fn cmp(&self, other: &NUMADataType) -> 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 NUMADataType
impl PartialEq for NUMADataType
Source§impl PartialOrd for NUMADataType
impl PartialOrd for NUMADataType
impl Eq for NUMADataType
impl StructuralPartialEq for NUMADataType
Auto Trait Implementations§
impl Freeze for NUMADataType
impl RefUnwindSafe for NUMADataType
impl Send for NUMADataType
impl Sync for NUMADataType
impl Unpin for NUMADataType
impl UnsafeUnpin for NUMADataType
impl UnwindSafe for NUMADataType
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