Struct libz_sys::gz_header [−][src]
#[repr(C)]pub struct gz_header {}Fields
text: c_inttime: uLongxflags: c_intos: c_intextra: *mut Bytefextra_len: uIntextra_max: uIntname: *mut Bytefname_max: uIntcomment: *mut Bytefcomm_max: uInthcrc: c_intdone: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for gz_header
impl UnwindSafe for gz_header
Blanket Implementations
Mutably borrows from an owned value. Read more