Struct termios::raw::Termios [-] [+] [src]

pub struct Termios {
    pub c_iflag: tcflag_t,
    pub c_oflag: tcflag_t,
    pub c_cflag: tcflag_t,
    pub c_lflag: tcflag_t,
    pub c_line: cc_t,
    pub c_cc: [cc_t; NCCS],
    pub c_ispeed: speed_t,
    pub c_ospeed: speed_t,
}

Fields

c_iflag
c_oflag
c_cflag
c_lflag
c_line
c_cc
c_ispeed
c_ospeed

Trait Implementations

impl Default for termios

fn default() -> termios

impl Debug for Termios

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Clone for termios

fn clone(&self) -> termios

fn clone_from(&mut self, source: &Self)

impl Copy for termios