Struct zstd_sys::ZSTD_frameHeader
source · #[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,
pub _reserved1: c_uint,
pub _reserved2: c_uint,
}Fields§
§frameContentSize: c_ulonglong§windowSize: c_ulonglong§blockSizeMax: c_uint§frameType: ZSTD_frameType_e§headerSize: c_uint§dictID: c_uint§checksumFlag: c_uint§_reserved1: c_uint§_reserved2: c_uintTrait Implementations§
source§impl Clone for ZSTD_frameHeader
impl Clone for ZSTD_frameHeader
source§fn clone(&self) -> ZSTD_frameHeader
fn clone(&self) -> ZSTD_frameHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more