Struct lz4_sys::LZ4FPreferences [−][src]
#[repr(C)]pub struct LZ4FPreferences { pub frame_info: LZ4FFrameInfo, pub compression_level: c_uint, pub auto_flush: c_uint, pub reserved: [c_uint; 4], }
Fields
frame_info: LZ4FFrameInfo
compression_level: c_uint
auto_flush: c_uint
reserved: [c_uint; 4]
Auto Trait Implementations
impl Send for LZ4FPreferences
impl Send for LZ4FPreferencesimpl Sync for LZ4FPreferences
impl Sync for LZ4FPreferences