Struct termion::style::NoItalic [] [src]

pub struct NoItalic;

Undo italic text.

Trait Implementations

impl Clone for NoItalic
[src]

fn clone(&self) -> NoItalic

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

impl Display for NoItalic
[src]

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

Formats the value using the given formatter.