Struct termion::style::Italic [] [src]

pub struct Italic;

Italic text.

Trait Implementations

impl Clone for Italic
[src]

fn clone(&self) -> Italic

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

impl Display for Italic
[src]

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

Formats the value using the given formatter.