Struct zstd_safe::CCtx[][src]

pub struct CCtx<'a>(_, _);

Implementations

Wrap ZSTD_createCCtx

Wraps the ZSTD_compressCCtx() function

Wraps the ZSTD_compress2() function.

Wraps the ZSTD_compress_usingDict() function.

Wraps the ZSTD_compress_usingCDict() function.

👎 Deprecated

Wraps the ZSTD_initCStream_srcSize() function.

👎 Deprecated

Wraps the ZSTD_initCStream_usingDict() function.

👎 Deprecated

Wraps the ZSTD_initCStream_usingCDict() function.

Wraps the ZSTD_CCtx_refCDict() function.

Dictionary must outlive the context.

Wraps the ZSTD_compressStream2() function.

Wraps the ZSTD_flushStream() function.

Wraps the ZSTD_endStream() function.

👎 Deprecated

Wraps the ZSTD_getBlockSize() function.

Wraps the ZSTD_compressBlock() function.

Trait Implementations

Returns the “default value” for a type. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.