Struct lz4::liblz4::LZ4FDecompressOptions [] [src]

pub struct LZ4FDecompressOptions {
    pub stable_dst: c_uint,
    pub reserved: [c_uint; 3],
}

Fields

stable_dst: c_uint reserved: [c_uint; 3]