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

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

Unix-specific extension methods for fs::DirEntry

Required Methods

fn ino(&self) -> ino_t

Returns the underlying d_ino field in the contained dirent structure.

Implementors