Struct lz4_sys::LZ4FCompressOptions[][src]

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

Fields

Auto Trait Implementations

impl Send for LZ4FCompressOptions

impl Sync for LZ4FCompressOptions