Struct tic::Percentile [] [src]

pub struct Percentile(pub String, pub f64);

a Percentile is the label plus floating point percentile representation

Trait Implementations

impl Clone for Percentile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more