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,
}
Fields
frameContentSize: c_ulonglong
windowSize: c_ulonglong
blockSizeMax: c_uint
frameType: ZSTD_frameType_e
headerSize: c_uint
dictID: c_uint
checksumFlag: c_uint
Trait Implementations
sourceimpl Clone for ZSTD_frameHeader
impl Clone for ZSTD_frameHeader
sourcefn clone(&self) -> ZSTD_frameHeader
fn clone(&self) -> ZSTD_frameHeader
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more