Struct term_cursor::Clear[][src]

pub struct Clear;

A type that when Displayed, clears the entire terminal screen.

In effect, this sets every terminal cell to a space ' '.

Trait Implementations

impl Clone for Clear
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Clear
[src]

impl Display for Clear
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Clear

impl Sync for Clear