Enum csa::value::PieceType [] [src]

pub enum PieceType {
    Pawn,
    Lance,
    Knight,
    Silver,
    Gold,
    Bishop,
    Rook,
    King,
    ProPawn,
    ProLance,
    ProKnight,
    ProSilver,
    Horse,
    Dragon,
    All,
}

Variants

Trait Implementations

impl Debug for PieceType
[src]

Formats the value using the given formatter.

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

impl Clone for PieceType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PieceType
[src]

impl Display for PieceType
[src]

Formats the value using the given formatter. Read more