Struct rust_htslib::bam::record::Seq [] [src]

pub struct Seq<'a> {
    pub encoded: &'a [u8],
    // some fields omitted
}

Fields

Methods

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

Trait Implementations

impl<'a> Index<usize> for Seq<'a>
[src]

The returned type after indexing

The method for the indexing (Foo[Bar]) operation

impl<'a> Send for Seq<'a>
[src]

impl<'a> Sync for Seq<'a>
[src]