Type Alias zstd_sys::ZSTD_CDict
source · pub type ZSTD_CDict = ZSTD_CDict_s;
Expand description
Bulk processing dictionary API
Aliased Type§
struct ZSTD_CDict { /* private fields */ }
Trait Implementations§
source§impl Clone for ZSTD_CDict_s
impl Clone for ZSTD_CDict_s
source§fn clone(&self) -> ZSTD_CDict_s
fn clone(&self) -> ZSTD_CDict_s
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