1.0.0[][src]Module std::os::unix::io

This is supported on Unix only.

Unix-specific extensions to general I/O primitives

Traits

AsRawFdUnix

A trait to extract the raw unix file descriptor from an underlying object.

FromRawFdUnix

A trait to express the ability to construct an object from a raw file descriptor.

IntoRawFdUnix

A trait to express the ability to consume an object and acquire ownership of its raw file descriptor.

Type Definitions

RawFdUnix

Raw file descriptors.