Enum gomoku::display::console::Player
[−]
[src]
pub enum Player { Human, Ia, }
Variants
Human | ||
Ia |
pub enum Player { Human, Ia, }
Human | ||
Ia |
impl Player
impl Clone for Player
fn clone(&self) -> Player
fn clone_from(&mut self, source: &Self)
impl PartialEq for Player
impl Debug for Player