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

pub struct HeaderView { /* fields omitted */ }

Methods

impl HeaderView
[src]

[src]

Create a new HeaderView from a pre-populated Header object

[src]

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Retrieve the textual SAM header as bytes

Trait Implementations

impl Debug for HeaderView
[src]

[src]

Formats the value using the given formatter.

impl Clone for HeaderView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for HeaderView
[src]

[src]

Executes the destructor for this type. Read more