Struct rust_htslib::bam::pileup::Alignment [−][src]
pub struct Alignment<'a> { /* fields omitted */ }
Expand description
An aligned read in a pileup.
Implementations
Position within the read. None if either is_del
or is_refskip
.
Insertion, deletion (with length) if indel starts at next base or None otherwise.
Whether this position is marked as refskip in the CIGAR string.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Alignment<'a>
impl<'a> UnwindSafe for Alignment<'a>