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]

[src]

[src]

Position within the read. None if either is_del or is_refskip.

[src]

Insertion, deletion (with length) if indel starts at next base or None otherwise.

[src]

Whether there is a deletion in the alignment at this position.

[src]

Whether the alignment starts at this position.

[src]

Whether the alignment ends at this position.

[src]

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

[src]

The corresponding record.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Alignment<'a>

impl<'a> !Sync for Alignment<'a>