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

pub struct HeaderView { /* fields omitted */ }

Methods

impl HeaderView
[src]

[src]

Create a new HeaderView from the underlying Htslib type, and own it.

[src]

[src]

[src]

[src]

[src]

[src]

Retrieve the textual SAM header as bytes

Trait Implementations

impl Drop for HeaderView
[src]

[src]

Executes the destructor for this type. Read more