Struct perfcnt::linux::perf_format::PerfFileSection
[−]
[src]
pub struct PerfFileSection {
pub offset: u64,
pub size: u64,
}Fields
offset: u64
size: u64
Methods
impl PerfFileSection[src]
Trait Implementations
impl Copy for PerfFileSection[src]
impl Clone for PerfFileSection[src]
fn clone(&self) -> PerfFileSection
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