Struct zstd_sys::ZSTD_frameHeader
source · [−]#[repr(C)]pub struct ZSTD_frameHeader {
pub frameContentSize: c_ulonglong,
pub windowSize: c_ulonglong,
pub blockSizeMax: c_uint,
pub frameType: ZSTD_frameType_e,
pub headerSize: c_uint,
pub dictID: c_uint,
pub checksumFlag: c_uint,
}Fields
frameContentSize: c_ulonglongwindowSize: c_ulonglongblockSizeMax: c_uintframeType: ZSTD_frameType_eheaderSize: c_uintdictID: c_uintchecksumFlag: c_uint