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