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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ColorLevel
impl Send for ColorLevel
impl Sync for ColorLevel
impl Unpin for ColorLevel
impl UnwindSafe for ColorLevel
Blanket Implementations
Mutably borrows from an owned value. Read more