Struct termion::clear::UntilNewline
[−]
[src]
pub struct UntilNewline;
Clear from cursor to newline.
Trait Implementations
impl Copy for UntilNewline
[src]
impl Copy for UntilNewline
impl Clone for UntilNewline
[src]
impl Clone for UntilNewline
fn clone(&self) -> UntilNewline
[src]
fn clone(&self) -> UntilNewline
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 UntilNewline
[src]
impl Display for UntilNewline
Auto Trait Implementations
impl Send for UntilNewline
impl Send for UntilNewline
impl Sync for UntilNewline
impl Sync for UntilNewline