Struct zstd_sys::ZSTD_CCtx_s[][src]

#[repr(C)]
pub struct ZSTD_CCtx_s { /* fields omitted */ }

Trait Implementations

impl Debug for ZSTD_CCtx_s
[src]

Formats the value using the given formatter. Read more

impl Copy for ZSTD_CCtx_s
[src]

impl Clone for ZSTD_CCtx_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ZSTD_CCtx_s

impl Sync for ZSTD_CCtx_s