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

pub struct BuildIdRecord {
    pub pid: i32,
    pub build_id: Vec<u8>,
    pub filename: String,
}

Fields

Trait Implementations

impl Debug for BuildIdRecord
[src]

Formats the value using the given formatter.