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

pub struct NumaNode {
    pub node_nr: u32,
    pub mem_total: u64,
    pub mem_free: u64,
    pub cpus: String,
}

Fields

Trait Implementations

impl Debug for NumaNode
[src]

Formats the value using the given formatter.