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