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

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

原始文件描述符。

Trait Implementations

提取原始文件描述符。 Read more

根据给定的原始文件描述符构造 Self 的新实例。 Read more

使用此 object,返回原始基础文件描述符。 Read more