Type Definition std::os::unix::io::RawFd1.0.0[][src]

type RawFd = c_int;
This is supported on Unix only.

Raw file descriptors.

Trait Implementations

impl AsRawFd for RawFd1.48.0[src]

fn as_raw_fd(&self) -> RawFd[src]

Extracts the raw file descriptor. Read more

impl FromRawFd for RawFd1.48.0[src]

unsafe fn from_raw_fd(fd: RawFd) -> RawFd[src]

Constructs a new instance of Self from the given raw file descriptor. Read more

impl IntoRawFd for RawFd1.48.0[src]

fn into_raw_fd(self) -> RawFd[src]

Consumes this object, returning the raw underlying file descriptor. Read more