Enum nc::types::perf_hw_cache_op_id_t[][src]

#[repr(u8)]
pub enum perf_hw_cache_op_id_t {
    PERF_COUNT_HW_CACHE_OP_READ,
    PERF_COUNT_HW_CACHE_OP_WRITE,
    PERF_COUNT_HW_CACHE_OP_PREFETCH,
    PERF_COUNT_HW_CACHE_OP_MAX,
}

Variants

PERF_COUNT_HW_CACHE_OP_READ

PERF_COUNT_HW_CACHE_OP_WRITE

PERF_COUNT_HW_CACHE_OP_PREFETCH

PERF_COUNT_HW_CACHE_OP_MAX

non-ABI

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.