Struct fuse_mt::DirectoryEntry [] [src]

pub struct DirectoryEntry {
    pub name: OsString,
    pub kind: FileType,
}

A directory entry.

Fields

Name of the entry

Kind of file (directory, file, pipe, etc.)

Trait Implementations

impl Clone for DirectoryEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DirectoryEntry
[src]

Formats the value using the given formatter.