pub enum HardwareCacheOp {
Read,
Write,
Prefetch,
}
Variants§
Read
PERF_COUNT_HW_CACHE_OP_READ
Write
PERF_COUNT_HW_CACHE_OP_WRITE
Prefetch
PERF_COUNT_HW_CACHE_OP_PREFETCH
Implementations§
Trait Implementations§
source§impl Clone for HardwareCacheOp
impl Clone for HardwareCacheOp
source§fn clone(&self) -> HardwareCacheOp
fn clone(&self) -> HardwareCacheOp
Returns a copy 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 more