Enum zstd_sys::ZSTD_cParameter
source · [−]#[repr(u32)]
pub enum ZSTD_cParameter {
Show 34 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,
ZSTD_c_experimentalParam13,
ZSTD_c_experimentalParam14,
ZSTD_c_experimentalParam15,
}
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
ZSTD_c_experimentalParam13
ZSTD_c_experimentalParam14
ZSTD_c_experimentalParam15
Trait Implementations
sourceimpl Clone for ZSTD_cParameter
impl Clone for ZSTD_cParameter
sourcefn clone(&self) -> ZSTD_cParameter
fn clone(&self) -> ZSTD_cParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ZSTD_cParameter
impl Debug for ZSTD_cParameter
sourceimpl Hash for ZSTD_cParameter
impl Hash for ZSTD_cParameter
sourceimpl PartialEq<ZSTD_cParameter> for ZSTD_cParameter
impl PartialEq<ZSTD_cParameter> for ZSTD_cParameter
impl Copy for ZSTD_cParameter
impl Eq for ZSTD_cParameter
impl StructuralEq for ZSTD_cParameter
impl StructuralPartialEq for ZSTD_cParameter
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_cParameter
impl Send for ZSTD_cParameter
impl Sync for ZSTD_cParameter
impl Unpin for ZSTD_cParameter
impl UnwindSafe for ZSTD_cParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more