Struct graphite::whisper::point::Point [-] [src]

pub struct Point {
    pub time: u32,
    pub value: f32,
}

Fields

time
value

Trait Implementations

Derived Implementations

impl Debug for Point

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Point

fn eq(&self, __arg_0: &Point) -> bool

fn ne(&self, __arg_0: &Point) -> bool