Struct bam::record::AlignmentEntry [−][src]
pub struct AlignmentEntry { /* fields omitted */ }Expand description
Contains single position in the alignment between the record and the reference.
Implementations
Returns record position unless within a deletion.
Returns record position and nucleotide unless within a deletion.
Returns reference position and nucleotide unless within an insertion.
Returns true if the current position is an insertion.
Returns true if the current position is a deletion.
Returns true if the current position is an alignment match:
both nucleotides are present but not necessarily equal.
Returns true if the current position is a sequence match:
both nucleotides are present and equal.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlignmentEntry
impl Send for AlignmentEntry
impl Sync for AlignmentEntry
impl Unpin for AlignmentEntry
impl UnwindSafe for AlignmentEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
