Struct zstd_sys::ZSTD_frameParameters [] [src]

#[repr(C)]
pub struct ZSTD_frameParameters { pub contentSizeFlag: c_uint, pub checksumFlag: c_uint, pub noDictIDFlag: c_uint, }

Fields

< 1: content size will be in frame header (when known)

< 1: generate a 32-bits checksum at end of frame, for error detection

< 1: no dictID will be saved into frame header (if dictionary compression)

Trait Implementations

impl Debug for ZSTD_frameParameters
[src]

Formats the value using the given formatter.

impl Copy for ZSTD_frameParameters
[src]

impl Clone for ZSTD_frameParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more