Struct itree::color::Black[][src]

pub struct Black;

Black.

Trait Implementations

impl Color for Black
[src]

Write the foreground version of this color.

Write the background version of this color.

impl Clone for Black
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Black
[src]

Formats the value using the given formatter. Read more

impl Copy for Black
[src]

Auto Trait Implementations

impl Send for Black

impl Sync for Black