Struct tsz::DataPoint [] [src]

pub struct DataPoint { /* fields omitted */ }

DataPoint

Struct used to represent a single datapoint. Consists of a time and value.

Methods

impl DataPoint
[src]

Trait Implementations

impl Debug for DataPoint
[src]

Formats the value using the given formatter.

impl PartialEq for DataPoint
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for DataPoint
[src]

impl Clone for DataPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more