Struct zstd_sys::ZSTD_frameParams [] [src]

#[repr(C)]
pub struct ZSTD_frameParams { pub frameContentSize: c_ulonglong, pub windowSize: c_uint, pub dictID: c_uint, pub checksumFlag: c_uint, }

Fields

Trait Implementations

impl Debug for ZSTD_frameParams
[src]

Formats the value using the given formatter.

impl Copy for ZSTD_frameParams
[src]

impl Clone for ZSTD_frameParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more