Struct pseudoterm::TermiosSetter[][src]

pub struct TermiosSetter(_);

A way to get/set the termios flags. On some operating systems this struct can keep internal data to avoid redundant system calls.

Methods

impl TermiosSetter
[src]

Create a new termios getter/setter

Get the termios data

Set the termios data

Auto Trait Implementations