Struct rust_htslib::bcf::header::Header [] [src]

pub struct Header {
    pub inner: *mut bcf_hdr_t,
    pub subset: Option<SampleSubset>,
}

A BCF header.

Fields

Methods

impl Header
[src]

Create a new header.

Add a record to the header.

Trait Implementations

impl Drop for Header
[src]

A method called when the value goes out of scope. Read more