Struct lz4_sys::LZ4FDecompressOptions[][src]

#[repr(C)]
pub struct LZ4FDecompressOptions { pub stable_dst: c_uint, pub reserved: [c_uint; 3], }

Fields

Auto Trait Implementations