Enum linefeed::terminal::CursorMode [] [src]

pub enum CursorMode {
    Normal,
    Overwrite,
}

Terminal cursor mode

Variants

Normal mode

Overwrite mode

Trait Implementations

impl Copy for CursorMode
[src]

impl Clone for CursorMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CursorMode
[src]

Formats the value using the given formatter.

impl Eq for CursorMode
[src]

impl PartialEq for CursorMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.