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