Struct termion::clear::UntilNewline [] [src]

pub struct UntilNewline;

Clear from cursor to newline.

Trait Implementations

impl Clone for UntilNewline
[src]

fn clone(&self) -> UntilNewline

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

impl Display for UntilNewline
[src]

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

Formats the value using the given formatter.