Trait std::os::unix::prelude::DirEntryExt [] [src]

pub trait DirEntryExt {
    fn ino(&self) -> ino_t;
}

Unix-specific extension methods for fs::DirEntry`fs::DirEntry`

Required Methods

fn ino(&self) -> ino_t

Returns the underlying d_ino`d_inofield in the contained` field in the contained dirent`dirent` structure.

Implementors