Enum termbox::InputMode [] [src]

pub enum InputMode {
    Esc,
    Alt,
}

Variants

An ESC sequence in the input buffer is interpreted as KEY_ESC.

An ESC sequence in the input buffer is interpreted as the following key with the alt flag enabled.

Trait Implementations

impl Clone for InputMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InputMode
[src]

impl Debug for InputMode
[src]

Formats the value using the given formatter.

impl Eq for InputMode
[src]

impl Hash for InputMode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for InputMode
[src]

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

This method tests for !=.