Struct rust_htslib::bam::header::Header[][src]

pub struct Header { /* fields omitted */ }

A BAM header.

Methods

impl Header
[src]

Create a new header.

Important traits for &'a mut R

Add a record to the header.

Important traits for &'a mut R

Add a comment to the header.

Important traits for Vec<u8>

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter. Read more

impl Clone for Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Header

impl Sync for Header