Struct zstd_safe::CCtx [] [src]

pub struct CCtx(_);

Trait Implementations

impl Default for CCtx
[src]

[src]

Returns the "default value" for a type. Read more

impl Drop for CCtx
[src]

[src]

Executes the destructor for this type. Read more

impl Send for CCtx
[src]

Auto Trait Implementations

impl !Sync for CCtx