Struct prototty_common::TextInfo [] [src]

pub struct TextInfo {
    pub foreground_colour: Rgb24,
    pub background_colour: Rgb24,
    pub underline: bool,
    pub bold: bool,
}

Rich text settings

Fields

Methods

impl TextInfo
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for TextInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for TextInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TextInfo
[src]

impl Default for TextInfo
[src]

[src]

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