Struct zstd_sys::ZSTD_frameParameters [−][src]
#[repr(C)]pub struct ZSTD_frameParameters { pub contentSizeFlag: c_int, pub checksumFlag: c_int, pub noDictIDFlag: c_int, }
Fields
contentSizeFlag: c_int
< 1: content size will be in frame header (when known)
checksumFlag: c_int
< 1: generate a 32-bits checksum using XXH64 algorithm at end of frame, for error detection
noDictIDFlag: c_int
< 1: no dictID will be saved into frame header (dictID is only useful for dictionary compression)
Trait Implementations
impl Clone for ZSTD_frameParameters
[src]
impl Clone for ZSTD_frameParameters
[src]