Struct termcodes::clear::BeforeCursor[][src]

pub struct BeforeCursor;

Clear everything before the cursor.

Trait Implementations

impl Copy for BeforeCursor
[src]

impl Clone for BeforeCursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for BeforeCursor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations