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 there is a deletion in the alignment at this position.

Whether the alignment starts at this position.

Whether the alignment ends at this position.

Whether this position is marked as refskip in the CIGAR string.

The corresponding record.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.