A read/write wrapper for raw file descriptors.
struct FdIo(i32)
| Position | Description |
|---|---|
| 1 | The numeric value of the file descriptor. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Eq | Objects that implement the binary |
| FDContainer | Objects that are file descriptor wrappers. |
| MaybeClone | Objects that can be duplicated. |
| Pod | Objects that are safe to use if they contain a random bit pattern. |
| Read | Objects that wrap a byte-stream for reading. |
| Write | Objects that wrap a byte-stream for writing. |