Struct libc::termios
[−]
[src]
#[repr(C)]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; 20], pub c_ispeed: speed_t, pub c_ospeed: speed_t, }
Fields
c_iflag: tcflag_t
c_oflag: tcflag_t
c_cflag: tcflag_t
c_lflag: tcflag_t
c_cc: [cc_t; 20]
c_ispeed: speed_t
c_ospeed: speed_t