Struct rust_htslib::bam::record::Seq   
                   
                       [−]
                   
               [src]
pub struct Seq<'a> {
    pub encoded: &'a [u8],
    // some fields omitted
}Fields
encoded: &'a [u8]
                           Methods
impl<'a> Seq<'a>[src]
Trait Implementations
impl<'a> Index<usize> for Seq<'a>[src]
type Output = u8
The returned type after indexing
fn index(&self, index: usize) -> &u8
The method for the indexing (Foo[Bar]) operation