Struct rust_htslib::bcf::Writer [] [src]

pub struct Writer {
    pub header: HeaderView,
    // some fields omitted
}

Fields

Methods

impl Writer
[src]

[src]

[src]

[src]

[src]

Translate record to header of this writer.

[src]

Subset samples of record to match header of this writer.

[src]

Trait Implementations

impl Send for Writer
[src]

impl Drop for Writer
[src]

[src]

Executes the destructor for this type. Read more