Struct zstd_sys::ZDICT_fastCover_params_t
source · #[repr(C)]pub struct ZDICT_fastCover_params_t {
pub k: c_uint,
pub d: c_uint,
pub f: c_uint,
pub steps: c_uint,
pub nbThreads: c_uint,
pub splitPoint: f64,
pub accel: c_uint,
pub shrinkDict: c_uint,
pub shrinkDictMaxRegression: c_uint,
pub zParams: ZDICT_params_t,
}Fields§
§k: c_uint§d: c_uint§f: c_uint§steps: c_uint§nbThreads: c_uint§splitPoint: f64§accel: c_uint§shrinkDict: c_uint§shrinkDictMaxRegression: c_uint§zParams: ZDICT_params_tTrait Implementations§
source§impl Clone for ZDICT_fastCover_params_t
impl Clone for ZDICT_fastCover_params_t
source§fn clone(&self) -> ZDICT_fastCover_params_t
fn clone(&self) -> ZDICT_fastCover_params_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more