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

pub enum CursorMode {
    Normal,
    Invisible,
    Overwrite,
}

Represents the visual appearance of the cursor in the terminal

Some cursor states may not be available on all systems.

Variants

Normal mode

Invisible mode

Overwrite mode

Trait Implementations

impl Copy for CursorMode
[src]

impl PartialEq<CursorMode> for CursorMode
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for CursorMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for CursorMode
[src]

impl Debug for CursorMode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CursorMode

impl Sync for CursorMode