Struct sgf_render::Stone [−][src]
pub struct Stone {
pub x: u8,
pub y: u8,
pub color: StoneColor,
}
Fields
x: u8
y: u8
color: StoneColor
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stone
impl UnwindSafe for Stone
Blanket Implementations
Mutably borrows from an owned value. Read more