[][src]Type Definition rustenginelib::piece::Figure

type Figure = usize;

Figure type represents a chess figure as an unsigned int

Trait Implementations

impl FigureTrait for Figure[src]

fn symbol(self) -> &'static str[src]

returns the fen symbol for the figure ( lower case )