Enum ZSTD_cParameter
enum ZSTD_cParameter
Variants
-
ZSTD_c_compressionLevel -
ZSTD_c_windowLog -
ZSTD_c_hashLog -
ZSTD_c_chainLog -
ZSTD_c_searchLog -
ZSTD_c_minMatch -
ZSTD_c_targetLength -
ZSTD_c_strategy -
ZSTD_c_targetCBlockSize -
ZSTD_c_enableLongDistanceMatching -
ZSTD_c_ldmHashLog -
ZSTD_c_ldmMinMatch -
ZSTD_c_ldmBucketSizeLog -
ZSTD_c_ldmHashRateLog -
ZSTD_c_contentSizeFlag -
ZSTD_c_checksumFlag -
ZSTD_c_dictIDFlag -
ZSTD_c_nbWorkers -
ZSTD_c_jobSize -
ZSTD_c_overlapLog -
ZSTD_c_experimentalParam1 -
ZSTD_c_experimentalParam2 -
ZSTD_c_experimentalParam3 -
ZSTD_c_experimentalParam4 -
ZSTD_c_experimentalParam5 -
ZSTD_c_experimentalParam7 -
ZSTD_c_experimentalParam8 -
ZSTD_c_experimentalParam9 -
ZSTD_c_experimentalParam10 -
ZSTD_c_experimentalParam11 -
ZSTD_c_experimentalParam12 -
ZSTD_c_experimentalParam13 -
ZSTD_c_experimentalParam14 -
ZSTD_c_experimentalParam15 -
ZSTD_c_experimentalParam16 -
ZSTD_c_experimentalParam17 -
ZSTD_c_experimentalParam18 -
ZSTD_c_experimentalParam19 -
ZSTD_c_experimentalParam20
Implementations
impl Clone for ZSTD_cParameter
fn clone(self: &Self) -> ZSTD_cParameter
impl Copy for ZSTD_cParameter
impl Debug for ZSTD_cParameter
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for ZSTD_cParameter
impl Freeze for ZSTD_cParameter
impl Hash for ZSTD_cParameter
fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)
impl PartialEq for ZSTD_cParameter
fn eq(self: &Self, other: &ZSTD_cParameter) -> bool
impl RefUnwindSafe for ZSTD_cParameter
impl Send for ZSTD_cParameter
impl StructuralPartialEq for ZSTD_cParameter
impl Sync for ZSTD_cParameter
impl Unpin for ZSTD_cParameter
impl UnsafeUnpin for ZSTD_cParameter
impl UnwindSafe for ZSTD_cParameter
impl<T> Any for ZSTD_cParameter
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ZSTD_cParameter
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ZSTD_cParameter
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ZSTD_cParameter
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ZSTD_cParameter
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for ZSTD_cParameter
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ZSTD_cParameter
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ZSTD_cParameter
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>