Struct rust_htslib::htslib::sam_hdr_t [−][src]
#[repr(C)]pub struct sam_hdr_t { pub n_targets: i32, pub ignore_sam_err: i32, pub l_text: u32, pub target_len: *mut u32, pub cigar_tab: *const i8, pub target_name: *mut *mut i8, pub text: *mut i8, pub sdict: *mut c_void, pub hrecs: *mut sam_hrecs_t, pub ref_count: u32, }
Fields
n_targets: i32
ignore_sam_err: i32
l_text: u32
target_len: *mut u32
cigar_tab: *const i8
target_name: *mut *mut i8
text: *mut i8
sdict: *mut c_void
hrecs: *mut sam_hrecs_t
ref_count: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sam_hdr_t
impl UnwindSafe for sam_hdr_t
Blanket Implementations
Mutably borrows from an owned value. Read more