Struct linux_perf_data::SampleTimeRange
source · Expand description
The timestamps of the first and last sample.
Fields§
§first_sample_time: u64§last_sample_time: u64Implementations§
Trait Implementations§
source§impl Clone for SampleTimeRange
impl Clone for SampleTimeRange
source§fn clone(&self) -> SampleTimeRange
fn clone(&self) -> SampleTimeRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more