Struct zstud_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 moresource§impl Debug for ZSTD_frameHeader
impl Debug for ZSTD_frameHeader
impl Copy for ZSTD_frameHeader
Auto Trait Implementations§
impl RefUnwindSafe for ZSTD_frameHeader
impl Send for ZSTD_frameHeader
impl Sync for ZSTD_frameHeader
impl Unpin for ZSTD_frameHeader
impl UnwindSafe for ZSTD_frameHeader
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more