Trait std::os::wasi::fs::DirEntryExt

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

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

Required Methods§

source

fn ino(&self) -> u64

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

返回 dirent_t 的底层 d_ino 字段

Implementors§