Struct barnes::Point [] [src]

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

Fields

x: i64 y: i64 name: &'static str

Methods

impl Point
[src]

fn new(x: i64, y: i64, name: &'static str) -> Point

Trait Implementations

impl Debug for Point
[src]

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

Formats the value using the given formatter.