Module unsafe_io::os::posish[][src]

All Posix-ish platforms have RawFd and related traits. Re-export them so that users don't need target-specific code to import them.

Traits

AsRawFd

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

AsRawReadWriteFd

Like AsRawFd, but for types which may have one or two file descriptors, for reading and writing.

FromRawFd

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

IntoRawFd

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

Type Definitions

RawFd

Raw file descriptors.