| ioctl.rs |
Terminal-related `ioctl` functions. |
1780 |
- |
| mod.rs |
Terminal I/O stream operations.
This API automatically supports setting arbitrary I/O speeds, on any
platform that supports them, including Linux and the BSDs.
The [`speed`] module contains various predefined speed constants which are
more likely to be portable, however any `u32` value can be passed to
[`Termios::set_speed`], [`Termios::set_input_speed`], and
[`Termios::set_output_speed`], and they will simply fail if the speed is
not supported by the platform or the device. |
1094 |
- |
| tc.rs |
|
7873 |
- |
| tty.rs |
Functions which operate on file descriptors which might be terminals. |
3420 |
- |
| types.rs |
|
51018 |
- |