Skip to main content

Module raw

Module raw 

1.66.0 · Source
Available on Unix or Hermit or Trusty or WASI or Motor OS only.
Expand description

Raw Unix-like file descriptors.

Traits§

AsRawFd
A trait to extract the raw file descriptor from an underlying object.
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 Aliases§

RawFdNon-Hermit and non-Motor OS
Raw file descriptors.