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

pub struct PerfFileHeader {
    pub size: u64,
    pub attr_size: u64,
    pub attrs: PerfFileSection,
    pub data: PerfFileSection,
    pub event_types: PerfFileSection,
    pub flags: HeaderFlags,
}

Fields

Trait Implementations

impl Debug for PerfFileHeader
[src]

Formats the value using the given formatter.