Struct pleco::core::mono_traits::RookType[][src]

pub struct RookType {}

Dummy type to represent a Piece::R which implements PieceTrait.

Trait Implementations

impl PieceTrait for RookType
[src]

Returns the Piece of an object.

Auto Trait Implementations

impl Send for RookType

impl Sync for RookType