Struct io::ffi::Termios [] [src]

pub struct Termios {
    pub c_iflag: u32,
    pub c_oflag: u32,
    pub c_cflag: u32,
    pub c_lflag: u32,
    pub c_line: u8,
    pub c_cc: [u8; NCCS],
    pub c_ispeed: u32,
    pub c_ospeed: u32,
}

Fields

c_iflag
c_oflag
c_cflag
c_lflag
c_line
c_cc
c_ispeed
c_ospeed

Trait Implementations

Derived Implementations

impl Clone for Termios

fn clone(&self) -> Termios

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

impl Copy for Termios