Struct lib2048::Board[][src]

pub struct Board { /* fields omitted */ }

Methods

impl Board
[src]

Trait Implementations

impl Index<usize> for Board
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<usize> for Board
[src]

Performs the mutable indexing (container[index]) operation.

impl Debug for Board
[src]

Formats the value using the given formatter. Read more

impl Eq for Board
[src]

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 !=.

Auto Trait Implementations

impl Send for Board

impl Sync for Board