Struct termion::color::LightGreen [] [src]

pub struct LightGreen;

High-intensity light green.

Trait Implementations

impl Clone for LightGreen
[src]

fn clone(&self) -> LightGreen

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for LightGreen
[src]

impl Color for LightGreen
[src]

fn write_fg(&self, f: &mut Formatter) -> Result

Write the foreground version of this color.

fn write_bg(&self, f: &mut Formatter) -> Result

Write the background version of this color.