☰
Tcflag
Tcflag
In rustix::termios
Enums
Action
OptionalActions
QueueSelector
Constants
B0
B110
B115200
B1200
B134
B150
B1800
B19200
B200
B230400
B2400
B300
B38400
B4800
B50
B57600
B600
B75
B9600
ICANON
VDISCARD
VEOF
VEOL
VEOL2
VERASE
VINTR
VKILL
VLNEXT
VMIN
VQUIT
VREPRINT
VSTART
VSTOP
VSUSP
VTIME
VWERASE
Functions
cfgetispeed
cfgetospeed
cfmakeraw
cfsetispeed
cfsetospeed
cfsetspeed
isatty
speed_value
tcdrain
tcflow
tcflush
tcgetattr
tcgetpgrp
tcgetsid
tcgetwinsize
tcsendbreak
tcsetattr
tcsetpgrp
tcsetwinsize
Type Definitions
Speed
Tcflag
Termios
Winsize
?
Type Definition
rustix
::
termios
::
Tcflag
source
·
[
−
]
pub type Tcflag =
tcflag_t
;
Expand description
tcflag_t
—A type for the flags fields of
Termios
.