Is there a reason why the platform-specific fields of the `termios` structure are not exposed? For example, on Linux, the fields `c_line`, `c_ispeed` and `c_ospeed` [are declared private](https://github.com/dcuddeback/termios-rs/blob/c0a99bf904ab41a152a43dd9cdd2c44eb0857b47/src/os/linux.rs#L16). If this is unintentional, then should I create a pull request?
Is there a reason why the platform-specific fields of the
termiosstructure are not exposed?For example, on Linux, the fields
c_line,c_ispeedandc_ospeedare declared private.If this is unintentional, then should I create a pull request?