Struct rust_htslib::bam::header::HeaderRecord [−][src]
pub struct HeaderRecord<'a> { /* fields omitted */ }
Expand description
Header record.
Implementations
Create a new header record. See SAM format specification for possible record types.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for HeaderRecord<'a>
impl<'a> Send for HeaderRecord<'a>
impl<'a> Sync for HeaderRecord<'a>
impl<'a> Unpin for HeaderRecord<'a>
impl<'a> UnwindSafe for HeaderRecord<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more