Trait std::os::unix::prelude::AsRawFdUnstable [-] [+] [src]

pub trait AsRawFd {
    fn as_raw_fd(&self) -> Fd;
}

Extract raw file descriptor

Required Methods

fn as_raw_fd(&self) -> Fd

Extract the raw file descriptor, without taking any ownership.

Implementors