Struct prototty_grid::Grid [] [src]

pub struct Grid<C: Default + Clone> { /* fields omitted */ }

Methods

impl<C: Default + Clone> Grid<C>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<C: Debug + Default + Clone> Debug for Grid<C>
[src]

[src]

Formats the value using the given formatter.

impl<C: Clone + Default + Clone> Clone for Grid<C>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<C: ViewCell + Default + Clone> ViewGrid for Grid<C>
[src]

[src]