Enum zstd_sys::ZSTD_dictAttachPref_e
source · #[repr(u32)]
pub enum ZSTD_dictAttachPref_e {
ZSTD_dictDefaultAttach,
ZSTD_dictForceAttach,
ZSTD_dictForceCopy,
ZSTD_dictForceLoad,
}Variants§
Trait Implementations§
source§impl Clone for ZSTD_dictAttachPref_e
impl Clone for ZSTD_dictAttachPref_e
source§fn clone(&self) -> ZSTD_dictAttachPref_e
fn clone(&self) -> ZSTD_dictAttachPref_e
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