Module chd::metadata

source ·
Expand description

Types and methods relating to metadata stored in a CHD file.

Structs§

  • A complete CHD metadata entry with contents read into memory.
  • A reference to a metadata entry within the CHD file.
  • An iterator over references to the metadata entries of a CHD file. If unstable_lending_iterators is enabled, metadata can be more ergonomically iterated over with MetadataEntries.

Enums§

Traits§

  • Trait for structs that contain or represent tagged metadata.