Trait std::os::wasi::fs::DirEntryExt
pub trait DirEntryExt { fn ino(&self) -> u64; }
This is supported on WASI only.
WASI-specific extension methods for fs::DirEntry
.
Required methods
fn ino(&self) -> u64
Returns the underlying d_ino
field of the dirent_t
Implementors
impl DirEntryExt for DirEntry
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/wasi/fs/trait.DirEntryExt.html