struct TtyAttr(termios2)
| Position | Description |
|---|---|
| 1 |
| Receiver | Name | Description |
|---|---|---|
&self | input_speed | |
&self | output_speed | |
&mut self | set_input_speed | |
&mut self | set_output_speed |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Debug | Objects that can be formatted in a "debug" form. |
| Index | Objects that implement the immutable subscript operator. |
| IndexMut | Objects that implement the mutable subscript operator. |
| MaybeClone | Objects that can be duplicated. |
| Pod | Objects that are safe to use if they contain a random bit pattern. |