Enum pleco::core::CastleType[][src]

#[repr(u8)]
pub enum CastleType { KingSide, QueenSide, }

Types of Castling available to a player.

Variants

Trait Implementations

impl Copy for CastleType
[src]

impl Clone for CastleType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CastleType
[src]

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

This method tests for !=.

impl Debug for CastleType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CastleType

impl Sync for CastleType