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

pub struct HeaderRecord<'a> { /* fields omitted */ }

Header record.

Methods

impl<'a> HeaderRecord<'a>
[src]

[src]

Create a new header record. See SAM format specification for possible record types.

Important traits for &'a mut W
[src]

Add a new tag to the record.

Arguments

  • tag - the tag identifier
  • value - the value. Can be any type convertible into a string. Preferably numbers or strings.

Trait Implementations

impl<'a> Debug for HeaderRecord<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for HeaderRecord<'a>
[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<'a> Send for HeaderRecord<'a>

impl<'a> Sync for HeaderRecord<'a>