Enum pleco::piece_move::MoveType [] [src]

pub enum MoveType {
    Promotion,
    Castle,
    EnPassant,
    Normal,
}

A Subset of MoveGlag, used to determine the overall classfication of a move.

Variants

Trait Implementations

impl Copy for MoveType
[src]

impl Clone for MoveType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MoveType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for MoveType
[src]

[src]

Formats the value using the given formatter.