Struct onitama::board::Board [] [src]

pub struct Board(_);

Methods

impl Board
[src]

Trait Implementations

impl PartialEq for Board
[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 Board
[src]

impl Hash for Board
[src]

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

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

impl Clone for Board
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Board
[src]

impl Index<Point> for Board
[src]

The returned type after indexing

The method for the indexing (container[index]) operation