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

pub enum MSRIndex {
    None,
    One(u8),
    Two(u8, u8),
}

Variants

Trait Implementations

impl Debug for MSRIndex
[src]

Formats the value using the given formatter.