Struct rust_htslib::bam::pileup::Alignment [] [src]

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

An aligned read in a pileup.

Methods

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

Position within the read.

Insertion, deletion (with length) or None if no indel.

The corresponding record.