Enum perfcnt::linux::perf_format::HeaderFlag
[−]
[src]
pub enum HeaderFlag { NrCpus, Arch, Version, OsRelease, Hostname, BuildId, TracingData, BranchStack, NumaTopology, CpuTopology, EventDesc, CmdLine, TotalMem, CpuId, CpuDesc, GroupDesc, PmuMappings, }
Variants
NrCpus
Arch
Version
OsRelease
Hostname
BuildId
TracingData
BranchStack
NumaTopology
CpuTopology
EventDesc
CmdLine
TotalMem
CpuId
CpuDesc
GroupDesc
PmuMappings
Trait Implementations
impl PartialEq for HeaderFlag
[src]
fn eq(&self, __arg_0: &HeaderFlag) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Eq for HeaderFlag
[src]
impl Copy for HeaderFlag
[src]
impl Clone for HeaderFlag
[src]
fn clone(&self) -> HeaderFlag
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more