Struct termion::style::Faint [] [src]

pub struct Faint;

Fainted text (not widely supported).

Trait Implementations

impl Clone for Faint
[src]

fn clone(&self) -> Faint

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

impl Display for Faint
[src]

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

Formats the value using the given formatter.