Struct nix::sys::termios::Termios [] [src]

pub struct Termios {
    pub c_iflag: InputFlags,
    pub c_oflag: OutputFlags,
    pub c_cflag: ControlFlags,
    pub c_lflag: LocalFlags,
    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_cc
c_ispeed
c_ospeed

Trait Implementations

Derived Implementations

impl Copy for Termios

impl Clone for Termios

fn clone(&self) -> Termios

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