Struct simple_chart::chart::Point
[−]
[src]
pub struct Point {
pub x: f64,
pub y: f64,
}Fields
x: f64
y: f64
Trait Implementations
impl Clone for Point[src]
fn clone(&self) -> Point
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more