Type Definition std::os::unix::io::RawFd 1.0.0[−][src]
pub type RawFd = c_int;
This is supported on Unix only.
Expand description
Raw file descriptors.
Trait Implementations
This is supported on Unix only.
Constructs a new instance of Self
from the given raw file
descriptor. Read more