pub struct NUMAHMATCache { /* private fields */ }Implementations§
Source§impl NUMAHMATCache
impl NUMAHMATCache
Sourcepub fn builder() -> NUMAHMATCacheBuilder
pub fn builder() -> NUMAHMATCacheBuilder
Create an instance of NUMAHMATCache using the builder syntax
Trait Implementations§
Source§impl Arbitrary for NUMAHMATCache
impl Arbitrary for NUMAHMATCache
Source§type Parameters = (<usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters, <Option<HMATCacheAssociativity> as Arbitrary>::Parameters, <Option<HMATCachePolicy> as Arbitrary>::Parameters, <Option<usize> as Arbitrary>::Parameters)
type Parameters = (<usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters, <Option<HMATCacheAssociativity> as Arbitrary>::Parameters, <Option<HMATCachePolicy> as Arbitrary>::Parameters, <Option<usize> as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy, <Option<HMATCacheAssociativity> as Arbitrary>::Strategy, <Option<HMATCachePolicy> as Arbitrary>::Strategy, <Option<usize> as Arbitrary>::Strategy), fn((usize, usize, usize, Option<HMATCacheAssociativity>, Option<HMATCachePolicy>, Option<usize>)) -> NUMAHMATCache>
type Strategy = Map<(<usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy, <Option<HMATCacheAssociativity> as Arbitrary>::Strategy, <Option<HMATCachePolicy> as Arbitrary>::Strategy, <Option<usize> as Arbitrary>::Strategy), fn((usize, usize, usize, Option<HMATCacheAssociativity>, Option<HMATCachePolicy>, Option<usize>)) -> NUMAHMATCache>
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 NUMAHMATCache
impl Clone for NUMAHMATCache
Source§fn clone(&self) -> NUMAHMATCache
fn clone(&self) -> NUMAHMATCache
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 NUMAHMATCache
impl Debug for NUMAHMATCache
Source§impl Hash for NUMAHMATCache
impl Hash for NUMAHMATCache
Source§impl Ord for NUMAHMATCache
impl Ord for NUMAHMATCache
Source§fn cmp(&self, other: &NUMAHMATCache) -> Ordering
fn cmp(&self, other: &NUMAHMATCache) -> 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 NUMAHMATCache
impl PartialEq for NUMAHMATCache
Source§impl PartialOrd for NUMAHMATCache
impl PartialOrd for NUMAHMATCache
impl Eq for NUMAHMATCache
impl StructuralPartialEq for NUMAHMATCache
Auto Trait Implementations§
impl Freeze for NUMAHMATCache
impl RefUnwindSafe for NUMAHMATCache
impl Send for NUMAHMATCache
impl Sync for NUMAHMATCache
impl Unpin for NUMAHMATCache
impl UnsafeUnpin for NUMAHMATCache
impl UnwindSafe for NUMAHMATCache
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