Enum perfcnt::linux::perf_format::EventAttrType [] [src]

pub enum EventAttrType {
    Hardware,
    Software,
    TracePoint,
    HwCache,
    Raw,
    Breakpoint,
    Unknown(u32),
}

Variants

Methods

impl EventAttrType
[src]

Trait Implementations

impl Debug for EventAttrType
[src]

Formats the value using the given formatter.