Struct pleco::piece_move::PreMoveInfo [] [src]

pub struct PreMoveInfo {
    pub src: SQ,
    pub dst: SQ,
    pub flags: MoveFlag,
}

Useful pre-incoding of a move's information before it is compressed into a BitMove struct.

Fields

Trait Implementations

impl Copy for PreMoveInfo
[src]

impl Clone for PreMoveInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PreMoveInfo
[src]

[src]

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

[src]

This method tests for !=.