Struct shakmaty::Castles[][src]

pub struct Castles { /* fields omitted */ }

Castling paths and unmoved rooks.

Methods

impl Castles
[src]

Important traits for Bitboard

Important traits for Bitboard

Trait Implementations

impl Clone for Castles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Castles
[src]

Formats the value using the given formatter. Read more

impl Default for Castles
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Castles

impl Sync for Castles