Struct heatmap::Slice [] [src]

pub struct Slice {
    // some fields omitted
}

a Histogram with time boundaries

Methods

impl Slice
[src]

fn start(&self) -> Instant

returns the start time of the Slice

fn stop(&self) -> Instant

returns the stop time of the Slice

fn histogram(self) -> Histogram

returns the Histogram for the Slice

Trait Implementations

impl Clone for Slice
[src]

fn clone(&self) -> Slice

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