Struct std::os::unix::io::OwnedFd [−][src]
#[repr(transparent)]pub struct OwnedFd { /* fields omitted */ }
This is supported on Unix only.
Expand description
拥有所有权的文件描述符。
这将在关闭文件描述符时丢弃。
这使用 repr(transparent)
并具有主机文件描述符的表示,因此它可以在 FFI 中的文件描述符作为消耗参数传递或作为拥有值返回的地方使用,并且它永远不会有值 -1
。
Trait Implementations
执行转换。
执行转换。
执行转换。
执行转换。
执行转换。
执行转换。
执行转换。
执行转换。
This is supported on Unix only.
This is supported on Unix only.