Struct barnes::Point [] [src]

pub struct Point {
    pub x: i64,
    pub y: i64,
    pub name: &'static str,
}

Fields

Methods

impl Point
[src]

Trait Implementations

impl Debug for Point
[src]

Formats the value using the given formatter.