Struct prototty_grid::Grid [] [src]

pub struct Grid<F, B> where
    F: From<Rgb24> + DefaultForeground,
    B: From<Rgb24> + DefaultBackground
{ /* fields omitted */ }

Methods

impl<F, B> Grid<F, B> where
    F: From<Rgb24> + DefaultForeground + Clone,
    B: From<Rgb24> + DefaultBackground + Clone
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<F: Debug, B: Debug> Debug for Grid<F, B> where
    F: From<Rgb24> + DefaultForeground,
    B: From<Rgb24> + DefaultBackground
[src]

[src]

Formats the value using the given formatter.

impl<F: Clone, B: Clone> Clone for Grid<F, B> where
    F: From<Rgb24> + DefaultForeground,
    B: From<Rgb24> + DefaultBackground
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F, B> ViewGrid for Grid<F, B> where
    F: From<Rgb24> + DefaultForeground,
    B: From<Rgb24> + DefaultBackground
[src]

[src]