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