pub enum CacheType {
Null,
Data,
Instruction,
Unified,
Reserved,
}
Variants
Null
Null - No more caches
Data
Data cache
Instruction
Instruction cache
Unified
Data and Instruction cache
Reserved
4-31 = Reserved
Trait Implementations
impl Eq for CacheType
impl StructuralEq for CacheType
impl StructuralPartialEq for CacheType
Auto Trait Implementations
impl RefUnwindSafe for CacheType
impl Send for CacheType
impl Sync for CacheType
impl Unpin for CacheType
impl UnwindSafe for CacheType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more