nix
0.26.1
In nix::
sys::
termios
Structs
ControlFlags
InputFlags
LocalFlags
OutputFlags
Termios
Enums
BaudRate
FlowArg
FlushArg
SetArg
SpecialCharacterIndices
Constants
NCCS
_POSIX_VDISABLE
Functions
cfgetispeed
cfgetospeed
cfmakeraw
cfsetispeed
cfsetospeed
cfsetspeed
tcdrain
tcflow
tcflush
tcgetattr
tcgetsid
tcsendbreak
tcsetattr
nix
::
sys
::
termios
Function
tcdrain
Copy item path
Settings
Help
Summary
Source
pub fn tcdrain(fd:
RawFd
) ->
Result
<
()
>
Expand description
Block until all output data is written (see
tcdrain(3p)
).