Struct zstd_sys::ZSTD_customMem
source · #[repr(C)]pub struct ZSTD_customMem {
pub customAlloc: ZSTD_allocFunction,
pub customFree: ZSTD_freeFunction,
pub opaque: *mut c_void,
}Fields§
§customAlloc: ZSTD_allocFunction§customFree: ZSTD_freeFunction§opaque: *mut c_voidTrait Implementations§
source§impl Clone for ZSTD_customMem
impl Clone for ZSTD_customMem
source§fn clone(&self) -> ZSTD_customMem
fn clone(&self) -> ZSTD_customMem
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