Enum zstd_sys::ZSTD_strategy
source · #[repr(u32)]
pub enum ZSTD_strategy {
ZSTD_fast,
ZSTD_dfast,
ZSTD_greedy,
ZSTD_lazy,
ZSTD_lazy2,
ZSTD_btlazy2,
ZSTD_btopt,
ZSTD_btultra,
ZSTD_btultra2,
}
Expand description
Advanced compression API (Requires v1.4.0+)
Variants§
ZSTD_fast
ZSTD_dfast
ZSTD_greedy
ZSTD_lazy
ZSTD_lazy2
ZSTD_btlazy2
ZSTD_btopt
ZSTD_btultra
ZSTD_btultra2
Trait Implementations§
source§impl Clone for ZSTD_strategy
impl Clone for ZSTD_strategy
source§fn clone(&self) -> ZSTD_strategy
fn clone(&self) -> ZSTD_strategy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more