1
2
3
4
5
#[derive(PartialEq,Debug)]
pub struct Point {
    pub time: u32,
    pub value: f32
}