Struct termion::style::NoInvert [] [src]

pub struct NoInvert;

Undo inverted colors (negative mode).

Trait Implementations

impl Clone for NoInvert
[src]

fn clone(&self) -> NoInvert

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 NoInvert
[src]

impl Display for NoInvert
[src]

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

Formats the value using the given formatter.