Struct basiccms::Sketch
[−]
[src]
pub struct Sketch { /* fields omitted */ }Methods
impl Sketch[src]
fn add<T: IntoSketch>(&mut self, val: T) -> &Sketch
fn point<T: IntoSketch>(&mut self, val: T) -> u64
fn new(epsilon: f64, delta: f64) -> Sketch
Trait Implementations
impl<'a> Add<&'a Sketch> for &'a Sketch[src]
type Output = Sketch
The resulting type after applying the + operator
fn add(self, other: &'a Sketch) -> Sketch
The method for the + operator
impl Clone for Sketch[src]
fn clone(&self) -> Sketch
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