1.0.0[−][src]Trait boolean_enums::lstd::os::unix::io::AsRawFd
This is supported on Unix only.
A trait to extract the raw unix file descriptor from an underlying object.
This is only available on unix platforms and must be imported in order
to call the method. Windows platforms have a corresponding AsRawHandle
and AsRawSocket set of traits.
Required methods
fn as_raw_fd(&self) -> i32
This is supported on Unix only.
Extracts the raw file descriptor.
This method does not pass ownership of the raw file descriptor to the caller. The descriptor is only guaranteed to be valid while the original object has not yet been destroyed.
Implementors
impl AsRawFd for File[src]
impl AsRawFd for Fileimpl AsRawFd for Stderr[src]
impl AsRawFd for Stderrimpl AsRawFd for Stdin[src]
impl AsRawFd for Stdinimpl AsRawFd for Stdout[src]
impl AsRawFd for Stdoutimpl AsRawFd for TcpListener[src]
impl AsRawFd for TcpListenerimpl AsRawFd for TcpStream[src]
impl AsRawFd for TcpStreamimpl AsRawFd for UdpSocket[src]
impl AsRawFd for UdpSocketimpl AsRawFd for UnixDatagram[src]
impl AsRawFd for UnixDatagramimpl AsRawFd for UnixListener[src]
impl AsRawFd for UnixListenerimpl AsRawFd for UnixStream[src]
impl AsRawFd for UnixStreamimpl AsRawFd for ChildStderr[src]
impl AsRawFd for ChildStderrimpl AsRawFd for ChildStdin[src]
impl AsRawFd for ChildStdinimpl AsRawFd for ChildStdout[src]
impl AsRawFd for ChildStdout