Struct supports_color::ColorLevel[][src]

pub struct ColorLevel {
    pub has_basic: bool,
    pub has_256: bool,
    pub has_16m: bool,
    // some fields omitted
}
Expand description

Color level support details.

This type is returned from on. See documentation for its fields for more details.

Fields

has_basic: bool

Basic ANSI colors are supported.

has_256: bool

256-bit colors are supported.

has_16m: bool

16 million (RGB) colors are supported.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.