Struct sgf_render::Goban[][src]

pub struct Goban {
Show 15 fields pub size: (u8, u8), pub stones: HashMap<(u8, u8), StoneColor>, pub move_numbers: HashMap<(u8, u8), Vec<u64>>, pub move_number: u64, pub black_captures: u64, pub white_captures: u64, pub marks: HashSet<(u8, u8)>, pub triangles: HashSet<(u8, u8)>, pub circles: HashSet<(u8, u8)>, pub squares: HashSet<(u8, u8)>, pub selected: HashSet<(u8, u8)>, pub lines: HashSet<((u8, u8), (u8, u8))>, pub arrows: HashSet<((u8, u8), (u8, u8))>, pub dimmed: HashSet<(u8, u8)>, pub labels: HashMap<(u8, u8), String>,
}

Fields

size: (u8, u8)stones: HashMap<(u8, u8), StoneColor>move_numbers: HashMap<(u8, u8), Vec<u64>>move_number: u64black_captures: u64white_captures: u64marks: HashSet<(u8, u8)>triangles: HashSet<(u8, u8)>circles: HashSet<(u8, u8)>squares: HashSet<(u8, u8)>selected: HashSet<(u8, u8)>lines: HashSet<((u8, u8), (u8, u8))>arrows: HashSet<((u8, u8), (u8, u8))>dimmed: HashSet<(u8, u8)>labels: HashMap<(u8, u8), String>

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.