Enum tvis::term::UseTruecolor [] [src]

pub enum UseTruecolor {
    Always,
    Auto,
    Never,
}

Variants

Always support truecolor.

Support truecolor if the environment variable COLORTERM is set to 'truecolor' or '24bit', or if the terminal's terminfo description contains the setf24/setb24 user-defined capabilities.

Never support truecolor.

Trait Implementations

impl Clone for UseTruecolor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for UseTruecolor
[src]

impl PartialEq for UseTruecolor
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for UseTruecolor
[src]