pub struct Alignment<'a> { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.