Struct pseudoterm::Termios[][src]

pub struct Termios(_);

A cross-platform wrapper around underlying the termios representation

Methods

impl Termios
[src]

Create a new instance from inner platform dependant data

Get the inner termios representation. WARNING: Platform dependant.

Get a mutable reference to the inner termios representation. WARNING: Platform dependant.

Return the raw mode of this representation

Trait Implementations

impl Clone for Termios
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Termios
[src]

Auto Trait Implementations

impl Send for Termios

impl Sync for Termios