Struct tak::board::PieceCount [] [src]

pub struct PieceCount {
    pub p1_flat: usize,
    pub p1_cap: usize,
    pub p2_flat: usize,
    pub p2_cap: usize,
    pub max_flat: usize,
    pub max_cap: usize,
}

Fields

Methods

impl PieceCount
[src]

Trait Implementations

impl Copy for PieceCount
[src]

impl Clone for PieceCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PieceCount
[src]

Formats the value using the given formatter.

impl Decodable for PieceCount
[src]

Deserialize a value using a Decoder.

impl Encodable for PieceCount
[src]

Serialize a value using an Encoder.