[][src]Trait bitboard_xo::xo_pos::XOPos

pub trait XOPos {
    fn to_index(&self) -> u32;
}

Required methods

fn to_index(&self) -> u32

Loading content...

Implementations on Foreign Types

impl XOPos for u32[src]

Loading content...

Implementors

impl XOPos for ColRow[src]

impl XOPos for Index[src]

impl XOPos for RowCol[src]

Loading content...