Struct ext4::DirEntry [] [src]

pub struct DirEntry {
    pub inode: u32,
    pub file_type: FileType,
    pub name: String,
}

An entry in a directory, without its extra metadata.

Fields

Trait Implementations

impl Debug for DirEntry
[src]

Formats the value using the given formatter.