Struct lrs::dir::Entry

An entry in a directory.

Syntax

struct Entry {
    inode: u64,
    ty: Type,
    name: ByteString<Libc>,
}

Fields

NameDescription
inode

The inode of the entry.

ty

The type of the entry.

name

The name of the entry.

Trait implementations

NameDescription
Debug

Objects that can be formatted in a "debug" form.

MaybeClone

Objects that can be duplicated.