[go: up one dir, main page]

Enum wincolor::Intense [] [src]

pub enum Intense {
    Yes,
    No,
}

Whether to use intense colors or not.

Variants

Trait Implementations

impl Clone for Intense
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Intense
[src]

impl Debug for Intense
[src]

Formats the value using the given formatter.

impl Eq for Intense
[src]

impl PartialEq for Intense
[src]

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

This method tests for !=.