Enum pleco::templates::Piece [] [src]

#[repr(u8)]
pub enum Piece { K, Q, R, B, N, P, }

Enum for all the possible Pieces.

Variants

Trait Implementations

impl Copy for Piece
[src]

impl Clone for Piece
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

impl Display for Piece
[src]

[src]

Formats the value using the given formatter. Read more