Struct terminal_colour::Colour [] [src]

pub struct Colour(_);

Methods

impl Colour
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Colour
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Colour
[src]

impl Debug for Colour
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Colour
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Colour
[src]

impl Hash for Colour
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

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

impl From<ColourVariant> for Colour
[src]

[src]

Performs the conversion.

impl From<u8> for Colour
[src]

[src]

Performs the conversion.