Struct perfcnt::linux::FileReadFormat [] [src]

pub struct FileReadFormat {
    pub value: u64,
    pub time_enabled: u64,
    pub time_running: u64,
    pub id: u64,
}

Fields

The value of the event

if PERF_FORMAT_TOTAL_TIME_ENABLED

if PERF_FORMAT_TOTAL_TIME_RUNNING

if PERF_FORMAT_ID

Trait Implementations

impl Debug for FileReadFormat
[src]

Formats the value using the given formatter.

impl Default for FileReadFormat
[src]

Returns the "default value" for a type. Read more