Struct zstd_sys::ZSTD_Sequence [−][src]
#[repr(C)]pub struct ZSTD_Sequence { pub offset: c_uint, pub litLength: c_uint, pub matchLength: c_uint, pub rep: c_uint, }
Fields
offset: c_uintlitLength: c_uintmatchLength: c_uintrep: c_uint