Structs§
- Lazy
Pseudo Directory - A pseudo directory that delays constructing a
PseudoDirectoryuntil a request is received. - Pseudo
Directory - An implementation of a “simple” pseudo directory. This directory holds a set of entries,
allowing the server to add or remove entries via the
crate::directory::helper::DirectlyMutable::add_entry()andcrate::directory::helper::DirectlyMutable::remove_entrymethods. - Pseudo
File - Implementation of a VMO-backed file in a virtual file system.