Struct rust_htslib::htslib::gz_header_s
source · #[repr(C)]pub struct gz_header_s {}
Fields§
§text: c_int
§time: uLong
§xflags: c_int
§os: c_int
§extra: *mut Bytef
§extra_len: uInt
§extra_max: uInt
§name: *mut Bytef
§name_max: uInt
§comment: *mut Bytef
§comm_max: uInt
§hcrc: c_int
§done: c_int
Trait Implementations§
source§impl Clone for gz_header_s
impl Clone for gz_header_s
source§fn clone(&self) -> gz_header_s
fn clone(&self) -> gz_header_s
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