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

pub struct Cpu {
    pub cpu: u32,
    pub res: u32,
}

Generic CPU description. Used in many different perf structures.

Fields

Trait Implementations

impl Debug for Cpu
[src]

Formats the value using the given formatter.