Struct shakmaty::Pockets [] [src]

pub struct Pockets {
    pub white: Pocket,
    pub black: Pocket,
}

Pockets to hold captured pieces for both sides (in Crazyhouse).

Fields

Methods

impl Pockets
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Pockets
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Pockets
[src]

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

[src]

Formats the value using the given formatter.

impl Default for Pockets
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for Pockets
[src]

[src]

Formats the value using the given formatter. Read more