Struct zstd_sys::ZSTD_compressionParameters [] [src]

#[repr(C)]
pub struct ZSTD_compressionParameters { pub windowLog: c_uint, pub chainLog: c_uint, pub hashLog: c_uint, pub searchLog: c_uint, pub searchLength: c_uint, pub targetLength: c_uint, pub strategy: ZSTD_strategy, }

Fields

Trait Implementations

impl Debug for ZSTD_compressionParameters
[src]

Formats the value using the given formatter.

impl Copy for ZSTD_compressionParameters
[src]

impl Clone for ZSTD_compressionParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more