Module directory

Source

Structs§

Directory
A directory stores name to child object mappings.
DirectoryIterator
MutableAttributesInternal
ReplaceContext
This contains the transaction with the appropriate locks to replace src with dst, and also the ID and type of the src and dst.

Enums§

ReplacedChild
Return type for |replace_child| describing the object which was replaced. The u64 fields are all object_ids.

Functions§

replace_child
Moves src.0/src.1 to dst.0/dst.1.
replace_child_with_object
Replaces dst.0/dst.1 with the given object, or unlinks if src is None.