Struct sirpent::state::grids::SquareGrid [] [src]

pub struct SquareGrid {
    pub width: usize,
    pub height: usize,
}

Fields

Methods

impl SquareGrid
[src]

Trait Implementations

impl PartialEq for SquareGrid
[src]

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

This method tests for !=.

impl Eq for SquareGrid
[src]

impl Clone for SquareGrid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SquareGrid
[src]

impl Hash for SquareGrid
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for SquareGrid
[src]

Formats the value using the given formatter.

impl GridTrait for SquareGrid
[src]