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

pub struct HeaderView { /* fields omitted */ }

Methods

impl HeaderView
[src]

Create a new HeaderView from a pre-populated Header object

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

Important traits for Vec<u8>

Important traits for &'a [u8]

Retrieve the textual SAM header as bytes

Trait Implementations

impl Debug for HeaderView
[src]

Formats the value using the given formatter. Read more

impl Clone for HeaderView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for HeaderView
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for HeaderView

impl !Sync for HeaderView