Module std::os::unix::io 1.0.0
[−]
[src]
This is supported on Redox only.
Unix-specific extensions to general I/O primitives
Traits
AsRawFd |
[ Redox ] A trait to extract the raw unix file descriptor from an underlying object. |
FromRawFd |
[ Redox ] A trait to express the ability to construct an object from a raw file descriptor. |
IntoRawFd |
[ Redox ] A trait to express the ability to consume an object and acquire ownership of its raw file descriptor. |
Type Definitions
RawFd |
[ Redox ] Raw file descriptors. |