[−][src]Enum zstd_sys::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_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
Trait Implementations
impl Debug for ZSTD_cParameter
[src]
impl PartialEq<ZSTD_cParameter> for ZSTD_cParameter
[src]
fn eq(&self, other: &ZSTD_cParameter) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Eq for ZSTD_cParameter
[src]
impl Hash for ZSTD_cParameter
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Copy for ZSTD_cParameter
[src]
impl Clone for ZSTD_cParameter
[src]
fn clone(&self) -> ZSTD_cParameter
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,