Enum getch::Getch [] [src]

pub enum Getch {
    Termios(Termios),
    None,
}

Variants

Methods

impl Getch
[src]

[src]

[src]

Trait Implementations

impl Drop for Getch
[src]

[src]

Executes the destructor for this type. Read more