Struct csa::value::Position [] [src]

pub struct Position {
    pub drop_pieces: Vec<(Square, PieceType)>,
    pub bulk: Option<[[Option<(Color, PieceType)>; 9]; 9]>,
    pub add_pieces: Vec<(Color, Square, PieceType)>,
    pub side_to_move: Color,
}

Fields

Trait Implementations

impl Debug for Position
[src]

Formats the value using the given formatter.

impl Default for Position
[src]

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

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

impl Display for Position
[src]

Formats the value using the given formatter. Read more