[][src]Trait async_std::os::unix::fs::DirEntryExt

pub trait DirEntryExt {
    pub fn ino(&self) -> u64;
}
This is supported on Unix only.

Unix-specific extension methods for DirEntry.

Required methods

pub fn ino(&self) -> u64[src]

Returns the underlying d_ino field in the contained dirent structure.

Loading content...

Implementors

impl DirEntryExt for DirEntry[src]

Loading content...