Struct perfcnt::linux::FileReadFormat
[−]
[src]
pub struct FileReadFormat { pub value: u64, pub time_enabled: u64, pub time_running: u64, pub id: u64, }
Fields
value: u64
The value of the event
time_enabled: u64
if PERF_FORMAT_TOTAL_TIME_ENABLED
time_running: u64
if PERF_FORMAT_TOTAL_TIME_RUNNING
id: u64
if PERF_FORMAT_ID
Trait Implementations
impl Debug for FileReadFormat
[src]
impl Default for FileReadFormat
[src]
fn default() -> FileReadFormat
Returns the "default value" for a type. Read more