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