Enum zstd_sys::ZSTD_cParameter [] [src]

#[repr(u32)]
pub enum ZSTD_cParameter { ZSTD_p_format, ZSTD_p_compressionLevel, ZSTD_p_windowLog, ZSTD_p_hashLog, ZSTD_p_chainLog, ZSTD_p_searchLog, ZSTD_p_minMatch, ZSTD_p_targetLength, ZSTD_p_compressionStrategy, ZSTD_p_contentSizeFlag, ZSTD_p_checksumFlag, ZSTD_p_dictIDFlag, ZSTD_p_nbThreads, ZSTD_p_jobSize, ZSTD_p_overlapSizeLog, ZSTD_p_forceMaxWindow, ZSTD_p_enableLongDistanceMatching, ZSTD_p_ldmHashLog, ZSTD_p_ldmMinMatch, ZSTD_p_ldmBucketSizeLog, ZSTD_p_ldmHashEveryLog, }

Variants

Trait Implementations

impl Debug for ZSTD_cParameter
[src]

[src]

Formats the value using the given formatter.

impl Copy for ZSTD_cParameter
[src]

impl Clone for ZSTD_cParameter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ZSTD_cParameter
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ZSTD_cParameter
[src]

impl Hash for ZSTD_cParameter
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more