Struct termion::clear::All [] [src]

pub struct All;

Clear the entire screen.

Trait Implementations

impl Clone for All
[src]

fn clone(&self) -> All

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

impl Display for All
[src]

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

Formats the value using the given formatter.