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

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

原始文件描述符。

Trait Implementations

This is supported on Unix only.

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

This is supported on Unix only.

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

This is supported on Unix only.

消费这个对象,返回原始的底层文件描述符。 Read more