Struct termcodes::clear::CurrentLine[][src]

pub struct CurrentLine;

Clear the current line.

Trait Implementations

impl Copy for CurrentLine
[src]

impl Clone for CurrentLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for CurrentLine
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CurrentLine

impl Sync for CurrentLine