Struct nix::dirent::DirectoryEntry [] [src]

pub struct DirectoryEntry<'a>(_);

A directory entry

Methods

impl<'a> DirectoryEntry<'a>
[src]

[src]

File name

[src]

Inode number

Trait Implementations

impl<'a> Debug for DirectoryEntry<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> AsRef<dirent64> for DirectoryEntry<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for DirectoryEntry<'a>

impl<'a> Sync for DirectoryEntry<'a>