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

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

An aligned read in a pileup.

Methods

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

fn new(inner: &'a bam_pileup1_t) -> Self

fn qpos(&self) -> usize

Position within the read.

fn indel(&self) -> Indel

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

fn record(&self) -> Record

The corresponding record.