Struct libc::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_line: cc_t, pub c_cc: [cc_t; ::NCCS], pub c_ispeed: speed_t, pub c_ospeed: speed_t, }
Unstable (
libc
): use libc
from crates.io
Fields
c_iflag: tcflag_t
Unstable (
libc
): use libc
from crates.io
c_oflag: tcflag_t
Unstable (
libc
): use libc
from crates.io
c_cflag: tcflag_t
Unstable (
libc
): use libc
from crates.io
c_lflag: tcflag_t
Unstable (
libc
): use libc
from crates.io
c_line: cc_t
Unstable (
libc
): use libc
from crates.io
c_cc: [cc_t; ::NCCS]
Unstable (
libc
): use libc
from crates.io
c_ispeed: speed_t
Unstable (
libc
): use libc
from crates.io
c_ospeed: speed_t
Unstable (
libc
): use libc
from crates.io