Struct lz4::liblz4::LZ4FCompressOptions [] [src]

pub struct LZ4FCompressOptions {
    pub stable_src: c_uint,
    pub reserved: [c_uint; 3],
}

Fields

stable_src: c_uint reserved: [c_uint; 3]