Enum zstd_sys::ZSTD_cParameter[][src]

#[repr(u32)]
pub enum ZSTD_cParameter {
Show 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_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_experimentalParam6, ZSTD_c_experimentalParam7, ZSTD_c_experimentalParam8, ZSTD_c_experimentalParam9, ZSTD_c_experimentalParam10, ZSTD_c_experimentalParam11, ZSTD_c_experimentalParam12,
}

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_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_experimentalParam6
ZSTD_c_experimentalParam7
ZSTD_c_experimentalParam8
ZSTD_c_experimentalParam9
ZSTD_c_experimentalParam10
ZSTD_c_experimentalParam11
ZSTD_c_experimentalParam12

Trait Implementations

impl Clone for ZSTD_cParameter[src]

impl Debug for ZSTD_cParameter[src]

impl Hash for ZSTD_cParameter[src]

impl PartialEq<ZSTD_cParameter> for ZSTD_cParameter[src]

impl Copy for ZSTD_cParameter[src]

impl Eq for ZSTD_cParameter[src]

impl StructuralEq for ZSTD_cParameter[src]

impl StructuralPartialEq for ZSTD_cParameter[src]

Auto Trait Implementations

impl Send for ZSTD_cParameter

impl Sync for ZSTD_cParameter

impl Unpin for ZSTD_cParameter

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.