Struct zstd_sys::ZSTD_customMem [] [src]

#[repr(C)]
pub struct ZSTD_customMem { pub customAlloc: ZSTD_allocFunction, pub customFree: ZSTD_freeFunction, pub opaque: *mut c_void, }

Fields

Trait Implementations

impl Debug for ZSTD_customMem
[src]

[src]

Formats the value using the given formatter.

impl Copy for ZSTD_customMem
[src]

impl Clone for ZSTD_customMem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more