[][src]Type Definition rustenginelib::square::Move

type Move = u32;

Move type represents a chess move

Trait Implementations

impl MoveTrait for Move[src]

fn ft(from_sq: Square, to_sq: Square) -> Move[src]

returns a move from from square and to square

fn from_sq(self) -> Square[src]

returns from square of move

fn to_sq(self) -> Square[src]

returns to square of move

fn uci(self) -> String[src]

return uci representation of move