Struct heatmap::Counters [] [src]

pub struct Counters {
    // some fields omitted
}

Methods

impl Counters
[src]

fn new() -> Counters

fn clear(&mut self)

Trait Implementations

impl Copy for Counters
[src]

impl Clone for Counters
[src]

fn clone(&self) -> Counters

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

impl Default for Counters
[src]

fn default() -> Counters

Returns the "default value" for a type. Read more