Struct lz4_sys::LZ4FFrameInfo
source · #[repr(C)]pub struct LZ4FFrameInfo {
pub block_size_id: BlockSize,
pub block_mode: BlockMode,
pub content_checksum_flag: ContentChecksum,
pub reserved: [c_uint; 5],
}
Fields§
§block_size_id: BlockSize
§block_mode: BlockMode
§content_checksum_flag: ContentChecksum
§reserved: [c_uint; 5]