Trait std::os::wasi::fs::DirEntryExt[][src]

pub trait DirEntryExt {
    fn ino(&self) -> u64;
}
🔬 This is a nightly-only experimental API. (wasi_ext #71213)
This is supported on WASI only.
Expand description

fs::DirEntry 的 WASI 特定扩展方法。

Required methods

🔬 This is a nightly-only experimental API. (wasi_ext #71213)

返回 dirent_t 的基础 d_ino 字段

Implementors

🔬 This is a nightly-only experimental API. (wasi_ext #71213)