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

pub enum HeaderFlag {
    NrCpus,
    Arch,
    Version,
    OsRelease,
    Hostname,
    BuildId,
    TracingData,
    BranchStack,
    NumaTopology,
    CpuTopology,
    EventDesc,
    CmdLine,
    TotalMem,
    CpuId,
    CpuDesc,
    GroupDesc,
    PmuMappings,
}

Variants

Trait Implementations

impl PartialEq for HeaderFlag
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HeaderFlag
[src]

impl Copy for HeaderFlag
[src]

impl Clone for HeaderFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeaderFlag
[src]

Formats the value using the given formatter.