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

pub struct Header { /* fields omitted */ }

A BAM header.

Methods

impl Header
[src]

[src]

Create a new header.

[src]

Important traits for &'a mut W
[src]

Add a record to the header.

Important traits for &'a mut W
[src]

Add a comment to the header.

Important traits for Vec<u8>
[src]

Trait Implementations

impl Debug for Header
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Header
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Header

impl Sync for Header