Type Alias rustix::termios::Termios2

source ·
pub type Termios2 = termios2;
Expand description

struct termios2 for use with tcgetattr2 and tcsetattr2.

Aliased Type§

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

Fields§

§c_iflag: u32§c_oflag: u32§c_cflag: u32§c_lflag: u32§c_line: u8§c_cc: [u8; 19]§c_ispeed: u32§c_ospeed: u32