Struct simple_chart::chart::Point [] [src]

pub struct Point {
    pub x: f64,
    pub y: f64,
}

Fields

Trait Implementations

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Point
[src]

impl<'a> From<&'a (f64, f64)> for Point
[src]

Performs the conversion.

impl From<(f64, f64)> for Point
[src]

Performs the conversion.