Struct calamine::Cell [] [src]

pub struct Cell<T: CellType> { /* fields omitted */ }

A struct to hold cell position and value

Methods

impl<T: CellType> Cell<T>
[src]

[src]

Creates a new Cell

[src]

Gets Cell position

[src]

Gets Cell value

Trait Implementations

impl<T: Debug + CellType> Debug for Cell<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone + CellType> Clone for Cell<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more