pub enum HMATCacheAssociativity {
None,
Direct,
Complex,
}
Variants§
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