#[repr(C)]pub struct Chunk {
pub compression_type: CompressionType,
/* private fields */
}
Expand description
Represents one chunk in a region
Fields§
§compression_type: CompressionType
The compression type used for the data in this chunk
#[repr(C)]pub struct Chunk {
pub compression_type: CompressionType,
/* private fields */
}
Represents one chunk in a region
compression_type: CompressionType
The compression type used for the data in this chunk