Enum zstd::stream::raw::CParameter [−][src]
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]
pub fn clone(&self) -> CParameter
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for CParameter
[src]
impl Debug for CParameter
[src]
impl Eq for CParameter
[src]
impl PartialEq<CParameter> for CParameter
[src]
pub fn eq(&self, other: &CParameter) -> bool
[src]
pub fn ne(&self, other: &CParameter) -> bool
[src]
impl StructuralEq for CParameter
[src]
impl StructuralPartialEq for CParameter
[src]
Auto Trait Implementations
impl RefUnwindSafe for CParameter
impl Send for CParameter
impl Sync for CParameter
impl Unpin for CParameter
impl UnwindSafe for CParameter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
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.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,