Enum raw_cpuid::CacheInfoType
source · [−]pub enum CacheInfoType {
General,
Cache,
TLB,
STLB,
DTLB,
Prefetch,
}
Expand description
What type of cache are we dealing with?
Variants
General
Cache
TLB
STLB
DTLB
Prefetch
Trait Implementations
sourceimpl Clone for CacheInfoType
impl Clone for CacheInfoType
sourcefn clone(&self) -> CacheInfoType
fn clone(&self) -> CacheInfoType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CacheInfoType
impl Debug for CacheInfoType
sourceimpl Default for CacheInfoType
impl Default for CacheInfoType
sourcefn default() -> CacheInfoType
fn default() -> CacheInfoType
Returns the “default value” for a type. Read more
impl Copy for CacheInfoType
Auto Trait Implementations
impl RefUnwindSafe for CacheInfoType
impl Send for CacheInfoType
impl Sync for CacheInfoType
impl Unpin for CacheInfoType
impl UnwindSafe for CacheInfoType
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