Struct rust_htslib::bam::HeaderView [] [src]

pub struct HeaderView {
    // some fields omitted
}

Methods

impl HeaderView
[src]

fn tid(&self, name: &[u8]) -> Option<u32>

fn target_count(&self) -> u32

fn target_names(&self) -> Vec<&[u8]>

fn target_len(&self, tid: u32) -> Option<u32>