Trait bitflags::__core::os::ext::prelude::DirEntryExt [] [src]

pub trait DirEntryExt {
    fn ino(&self) -> u64;
}
[]

Unix-specific extension methods for fs::DirEntry

Required Methods

fn ino(&self) -> u64[]

Returns the underlying d_ino field in the contained dirent structure.

Implementors