Struct termcodes::color::Magenta[][src]

pub struct Magenta;

Magenta.

Trait Implementations

impl Copy for Magenta
[src]

impl Clone for Magenta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Magenta
[src]

Formats the value using the given formatter. Read more

impl Color for Magenta
[src]

Write the foreground version of this color.

Write the background version of this color.

Auto Trait Implementations

impl Send for Magenta

impl Sync for Magenta