Struct downsample_oxide::DataOutput
source · pub struct DataOutput {
pub x: SystemTime,
pub y: Decimal,
}Fields§
§x: SystemTime§y: DecimalTrait Implementations§
source§impl Clone for DataOutput
impl Clone for DataOutput
source§fn clone(&self) -> DataOutput
fn clone(&self) -> DataOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DataOutput
impl Debug for DataOutput
source§impl From<DataPoint> for DataOutput
impl From<DataPoint> for DataOutput
source§impl PartialEq<DataOutput> for DataOutput
impl PartialEq<DataOutput> for DataOutput
source§fn eq(&self, other: &DataOutput) -> bool
fn eq(&self, other: &DataOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.