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

pub enum Tuple {
    One(u8),
    Two(u8, u8),
}

Variants

Trait Implementations

impl Debug for Tuple
[src]

Formats the value using the given formatter.