pub type slow5_hdr_t = slow5_hdr;Expand description
@struct slow5_hdr SLOW5 header
Aliased Type§
#[repr(C)]pub struct slow5_hdr_t {
pub version: slow5_version,
pub num_read_groups: u32,
pub data: slow5_hdr_data,
pub aux_meta: *mut slow5_aux_meta,
}Fields§
§version: slow5_version< SLOW5 file version
num_read_groups: u32< Number of read groups
data: slow5_hdr_data< Header data (constant fields in FAST5 files). Not to be directly accessed, use provided functions instead.
aux_meta: *mut slow5_aux_meta< Auxiliary field metadata. Not to be directly accessed, use provided functions instead.