Struct perfcnt::linux::perf_format::EventDesc [] [src]

pub struct EventDesc {
    pub attr: EventAttr,
    pub event_string: String,
    pub ids: Vec<u64>,
}

Fields

Trait Implementations

impl Debug for EventDesc
[src]

Formats the value using the given formatter.