Struct rs_graph::draw::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 Default for Point
[src]

Returns the "default value" for a type. Read more

impl Debug for Point
[src]

Formats the value using the given formatter.