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]

fn encoded_base(&self, i: usize) -> u8

fn as_bytes(&self) -> Vec<u8>

fn len(&self) -> usize

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

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

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