struct cogs::io::DataBlockExporter::DataBlockInfo
Overview
struct DataBlockInfo { // fields DataBlockType type; uint8_t version; uint64_t position; };
Detailed Documentation
Fields
DataBlockType type
Type of data block that was exported.
uint8_t version
Export version of data block in the file.
uint64_t position
Position of data block in the file.