Struct termion::style::Bold [] [src]

pub struct Bold;

Bold text.

Trait Implementations

impl Clone for Bold
[src]

fn clone(&self) -> Bold

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

impl Display for Bold
[src]

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

Formats the value using the given formatter.