Struct simple_chart::chart::DisplayPoint [] [src]

pub struct DisplayPoint {
    pub x: usize,
    pub y: usize,
}

Fields

Trait Implementations

impl PartialEq for DisplayPoint
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for DisplayPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DisplayPoint
[src]

impl Debug for DisplayPoint
[src]

Formats the value using the given formatter.