Struct termion::clear::CurrentLine
[−]
[src]
pub struct CurrentLine;
Clear the current line.
Trait Implementations
impl Copy for CurrentLine
[src]
impl Copy for CurrentLine
impl Clone for CurrentLine
[src]
impl Clone for CurrentLine
fn clone(&self) -> CurrentLine
[src]
fn clone(&self) -> CurrentLine
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Display for CurrentLine
[src]
impl Display for CurrentLine
Auto Trait Implementations
impl Send for CurrentLine
impl Send for CurrentLine
impl Sync for CurrentLine
impl Sync for CurrentLine