Struct prototty_grid::CommonCell [] [src]

pub struct CommonCell<F, B> where
    F: From<Rgb24> + DefaultForeground,
    B: From<Rgb24> + DefaultBackground
{ pub character: char, pub bold: bool, pub underline: bool, pub foreground_colour: F, pub background_colour: B, // some fields omitted }

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<F: Clone, B: Clone> Clone for CommonCell<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> ViewCell for CommonCell<F, B> where
    F: From<Rgb24> + DefaultForeground,
    B: From<Rgb24> + DefaultBackground
[src]

[src]

[src]

[src]

[src]

[src]

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

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<F, B> Send for CommonCell<F, B> where
    B: Send,
    F: Send

impl<F, B> Sync for CommonCell<F, B> where
    B: Sync,
    F: Sync