Struct rust_htslib::htslib::htsFormat
[−]
[src]
#[repr(C)]pub struct htsFormat { pub category: htsFormatCategory, pub format: htsExactFormat, pub version: htsFormat__bindgen_ty_1, pub compression: htsCompression, pub compression_level: c_short, pub specific: *mut c_void, }
Fields
category: htsFormatCategory
format: htsExactFormat
version: htsFormat__bindgen_ty_1
compression: htsCompression
compression_level: c_short
specific: *mut c_void