Enum zstd::stream::raw::CParameter [−][src]
pub enum CParameter {}Show variants
Format(FrameFormat), CompressionLevel(i32), WindowLog(u32), HashLog(u32), ChainLog(u32), SearchLog(u32), MinMatch(u32), TargetLength(u32), Strategy(ZSTD_strategy), EnableLongDistanceMatching(bool), LdmHashLog(u32), LdmMinMatch(u32), LdmBucketSizeLog(u32), LdmHashRateLog(u32), ContentSizeFlag(bool), ChecksumFlag(bool), DictIdFlag(bool), NbWorkers(u32), JobSize(u32), OverlapSizeLog(u32),
A compression parameter.
Variants
Format(FrameFormat)
CompressionLevel(i32)
WindowLog(u32)
HashLog(u32)
ChainLog(u32)
SearchLog(u32)
MinMatch(u32)
TargetLength(u32)
Strategy(ZSTD_strategy)
EnableLongDistanceMatching(bool)
LdmHashLog(u32)
LdmMinMatch(u32)
LdmBucketSizeLog(u32)
LdmHashRateLog(u32)
ContentSizeFlag(bool)
ChecksumFlag(bool)
DictIdFlag(bool)
NbWorkers(u32)
JobSize(u32)
OverlapSizeLog(u32)
Trait Implementations
impl Clone for CParameter
[src]
impl Clone for CParameter
[src]pub fn clone(&self) -> CParameter
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<CParameter> for CParameter
[src]
impl PartialEq<CParameter> for CParameter
[src]