Struct termion::clear::AfterCursor [] [src]

pub struct AfterCursor;

Clear everything after the cursor.

Trait Implementations

impl Clone for AfterCursor
[src]

fn clone(&self) -> AfterCursor

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

impl Display for AfterCursor
[src]

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

Formats the value using the given formatter.