Struct zstd_sys::ZSTD_DCtx_s [−][src]
#[repr(C)]pub struct ZSTD_DCtx_s { /* fields omitted */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_DCtx_s
impl Send for ZSTD_DCtx_s
impl Sync for ZSTD_DCtx_s
impl Unpin for ZSTD_DCtx_s
impl UnwindSafe for ZSTD_DCtx_s
Blanket Implementations
Mutably borrows from an owned value. Read more