An entry in a directory.
struct Entry {
inode: u64,
ty: Type,
name: ByteString<Libc>,
}| Name | Description |
|---|---|
| inode | The inode of the entry. |
| ty | The type of the entry. |
| name | The name of the entry. |
| Name | Description |
|---|---|
| Debug | Objects that can be formatted in a "debug" form. |
| MaybeClone | Objects that can be duplicated. |