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]

[src]

Create a new header.

[src]

[src]

[src]

[src]

Add a record to the header.

[src]

[src]

Trait Implementations

impl Drop for Header
[src]

[src]

Executes the destructor for this type. Read more