Struct advent_solutions::advent2017::day21::Grid [] [src]

pub struct Grid(_);

The image consists of a two-dimensional square grid of pixels that are either on (#) or off (.).

Methods

impl Grid
[src]

Trait Implementations

impl Clone for Grid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Grid
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Grid
[src]

impl Debug for Grid
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for Grid
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Grid
[src]

[src]

Formats the value using the given formatter. Read more