Module rustix::fd

source · []
Expand description

Export the *Fd types and traits that are used in rustix’s public API.

Users can use this to avoid needing to import anything else to use the same versions of these types and traits.

Structs

A borrowed socket.
An owned socket.

Traits

A version of AsFd for use with Winsock2 API.
A version of AsRawFd for use with Winsock2 API.
A trait to borrow the socket from an underlying object.
A version of FromRawFd for use with Winsock2 API.
A version of IntoRawFd for use with Winsock2 API.

Type Definitions

Raw SOCKETs.