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, }

@typedef @abstract Structure for the alignment header. @field n_targets number of reference sequences @field l_text length of the plain text in the header @field target_len lengths of the reference sequences @field target_name names of the reference sequences @field text plain text @field sdict header dictionary

Fields

Trait Implementations

impl Debug for bam_hdr_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for bam_hdr_t
[src]

impl Clone for bam_hdr_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bam_hdr_t

impl !Sync for bam_hdr_t