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

pub struct HeaderFlags {
    pub nrcpus: bool,
    pub arch: bool,
    pub version: bool,
    pub osrelease: bool,
    pub hostname: bool,
    pub build_id: bool,
    pub tracing_data: bool,
    pub branch_stack: bool,
    pub numa_topology: bool,
    pub cpu_topology: bool,
    pub event_desc: bool,
    pub cmdline: bool,
    pub total_mem: bool,
    pub cpuid: bool,
    pub cpudesc: bool,
    pub group_desc: bool,
    pub pmu_mappings: bool,
}

Fields

nrcpus: boolarch: boolversion: boolosrelease: boolhostname: boolbuild_id: booltracing_data: boolbranch_stack: boolnuma_topology: boolcpu_topology: boolevent_desc: boolcmdline: booltotal_mem: boolcpuid: boolcpudesc: boolgroup_desc: boolpmu_mappings: bool

Implementations

impl HeaderFlags[src]

pub fn collect(&self) -> Vec<HeaderFlag>[src]

Trait Implementations

impl Debug for HeaderFlags[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.