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

pub struct PerfFileSection {
    pub offset: u64,
    pub size: u64,
}

Fields

Methods

impl PerfFileSection
[src]

Trait Implementations

impl Copy for PerfFileSection
[src]

impl Clone for PerfFileSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PerfFileSection
[src]

Formats the value using the given formatter.