Struct termion::style::Reset [] [src]

pub struct Reset;

Reset SGR parameters.

Trait Implementations

impl Clone for Reset
[src]

fn clone(&self) -> Reset

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

impl Display for Reset
[src]

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

Formats the value using the given formatter.