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

pub struct ReadRecord {
    pub pid: u32,
    pub tid: u32,
    pub value: ReadFormat,
}

Fields

Trait Implementations

impl Debug for ReadRecord
[src]

Formats the value using the given formatter.