1.4.0[−][src]Trait std::os::unix::io::IntoRawFd    
This is supported on Unix only.
A trait to express the ability to consume an object and acquire ownership of its raw file descriptor.
Required Methods
fn into_raw_fd(self) -> RawFd
This is supported on Unix only.
Consumes this object, returning the raw underlying file descriptor.
This function transfers ownership of the underlying file descriptor to the caller. Callers are then the unique owners of the file descriptor and must close the descriptor once it's no longer needed.
Implementors
impl IntoRawFd for File[src] 
impl IntoRawFd for Filefn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for TcpListener[src] 
impl IntoRawFd for TcpListenerfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for TcpStream[src] 
impl IntoRawFd for TcpStreamfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for UdpSocket[src] 
impl IntoRawFd for UdpSocketfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for UnixDatagram[src] 
impl IntoRawFd for UnixDatagramfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for UnixListener[src] 
impl IntoRawFd for UnixListenerfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for UnixStream[src] 
impl IntoRawFd for UnixStreamfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for ChildStderr[src] 
impl IntoRawFd for ChildStderrfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for ChildStdin[src] 
impl IntoRawFd for ChildStdinfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.
impl IntoRawFd for ChildStdout[src] 
impl IntoRawFd for ChildStdoutfn into_raw_fd(self) -> RawFd[src] 
fn into_raw_fd(self) -> RawFdThis is supported on Unix only.