Struct game_of_life_parsers::Coord [] [src]

pub struct Coord {
    pub x: i16,
    pub y: i16,
}

Represents the coordinates of cells.

Fields

Trait Implementations

impl Debug for Coord
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Coord
[src]

[src]

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

[src]

This method tests for !=.