Struct zstd_sys::ZSTD_frameHeader [] [src]

#[repr(C)]
pub struct ZSTD_frameHeader { pub frameContentSize: c_ulonglong, pub windowSize: c_ulonglong, pub blockSizeMax: c_uint, pub frameType: ZSTD_frameType_e, pub headerSize: c_uint, pub dictID: c_uint, pub checksumFlag: c_uint, }

Fields

Trait Implementations

impl Debug for ZSTD_frameHeader
[src]

[src]

Formats the value using the given formatter.

impl Copy for ZSTD_frameHeader
[src]

impl Clone for ZSTD_frameHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more