Enum zstd_sys::ZSTD_dictLoadMethod_e [−][src]
#[repr(u32)]
pub enum ZSTD_dictLoadMethod_e {
ZSTD_dlm_byCopy,
ZSTD_dlm_byRef,
}Variants
< Copy dictionary content internally
< Reference dictionary content – the dictionary buffer must outlive its users.
Trait Implementations
impl Clone for ZSTD_dictLoadMethod_e[src]
impl Clone for ZSTD_dictLoadMethod_e[src]fn clone(&self) -> ZSTD_dictLoadMethod_e[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for ZSTD_dictLoadMethod_e[src]
impl Hash for ZSTD_dictLoadMethod_e[src]impl PartialEq<ZSTD_dictLoadMethod_e> for ZSTD_dictLoadMethod_e[src]
impl PartialEq<ZSTD_dictLoadMethod_e> for ZSTD_dictLoadMethod_e[src]fn eq(&self, other: &ZSTD_dictLoadMethod_e) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> bool