Struct itree::color::LightWhite[][src]

pub struct LightWhite;

High-intensity light white.

Trait Implementations

impl Color for LightWhite
[src]

Write the foreground version of this color.

Write the background version of this color.

impl Clone for LightWhite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LightWhite
[src]

Formats the value using the given formatter. Read more

impl Copy for LightWhite
[src]

Auto Trait Implementations

impl Send for LightWhite

impl Sync for LightWhite