Struct termion::clear::CurrentLine [] [src]

pub struct CurrentLine;

Clear the current line.

Trait Implementations

impl Clone for CurrentLine
[src]

fn clone(&self) -> CurrentLine

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

impl Display for CurrentLine
[src]

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

Formats the value using the given formatter.