Struct classicube_sys::GZipState
source ·
[−]#[repr(C)]pub struct GZipState {
pub Base: DeflateState,
pub Crc32: cc_uint32,
pub Size: cc_uint32,
}Fields
Base: DeflateStateCrc32: cc_uint32Size: cc_uint32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GZipState
impl UnwindSafe for GZipState
Blanket Implementations
Mutably borrows from an owned value. Read more
