Struct heatmap::Slice [] [src]

pub struct Slice {
    // some fields omitted
}

a Histogram with time boundaries

Methods

impl Slice
[src]

returns the start time of the Slice

returns the stop time of the Slice

returns the Histogram for the Slice

Trait Implementations

impl Clone for Slice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more