Struct pty_proc::prelude::Termios [] [src]

pub struct Termios {
    pub fd: c_int,
    pub config: termios,
}

Fields

Save the original configuration of terminal.

Methods

impl Termios
[src]

[src]

The constructor method new setups the terminal.

Trait Implementations

impl Default for Termios
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Termios
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for Termios
[src]

[src]

Executes the destructor for this type. Read more