Struct calamine::Cell [] [src]

pub struct Cell { /* fields omitted */ }

A struct to hold cell position and value

Methods

impl Cell
[src]

Creates a new Cell

Gets Cell position

Gets Cell value

Trait Implementations

impl Debug for Cell
[src]

Formats the value using the given formatter.

impl Clone for Cell
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more