Struct rust_htslib::htslib::bam_hdr_t[][src]

#[repr(C)]
pub struct bam_hdr_t { pub n_targets: i32, pub ignore_sam_err: i32, pub l_text: u32, pub target_len: *mut u32, pub cigar_tab: *mut i8, pub target_name: *mut *mut c_char, pub text: *mut c_char, pub sdict: *mut c_void, }

Fields

Trait Implementations

impl Debug for bam_hdr_t
[src]

Formats the value using the given formatter. Read more

impl Copy for bam_hdr_t
[src]

impl Clone for bam_hdr_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bam_hdr_t

impl !Sync for bam_hdr_t