Struct termios::os::linux::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_cc: [cc_t; NCCS],
    // some fields omitted
}

Fields

c_iflag
c_oflag
c_cflag
c_lflag
c_cc

Trait Implementations

Derived Implementations

impl PartialEq for termios

fn eq(&self, __arg_0: &termios) -> bool

fn ne(&self, __arg_0: &termios) -> bool

impl Eq for termios

impl Clone for termios

fn clone(&self) -> termios

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

impl Copy for termios

impl Debug for termios

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