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

pub struct BranchEntry {
    pub from: u64,
    pub to: u64,
    pub flags: u64,
}

Fields

Trait Implementations

impl Debug for BranchEntry
[src]

Formats the value using the given formatter.