Struct minutiae::cell::Cell [] [src]

pub struct Cell<CellState> {
    pub state: CellState,
}

Fields

Trait Implementations

impl<CellState: Debug> Debug for Cell<CellState>
[src]

Formats the value using the given formatter.

impl<S> Clone for Cell<S> where
    S: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more