ZSTD_frameProgression

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(BindZSTD_Static)
extern (C) @nogc nothrow
struct ZSTD_frameProgression {}

Members

Variables

consumed
ulong consumed;
Undocumented in source.
currentJobID
uint currentJobID;
Undocumented in source.
flushed
ulong flushed;
Undocumented in source.
ingested
ulong ingested;
Undocumented in source.
nbActiveWorkers
uint nbActiveWorkers;
Undocumented in source.
produced
ulong produced;
Undocumented in source.

Meta