Enum x86::perfcnt::intel::description::Counter [] [src]

pub enum Counter {
    Fixed(u8),
    Programmable(u8),
}

Variants

Bit-mask containing the fixed counters usable with the corresponding performance event.

Bit-mask containing the programmable counters usable with the corresponding performance event.

Trait Implementations

impl Debug for Counter
[src]

Formats the value using the given formatter.