Struct bam::pileup::PileupColumn [−][src]
pub struct PileupColumn { /* fields omitted */ }Expand description
Pileup column that stores all records that overlap a specific reference position.
Implementations
Returns pileup entries, corresponding to this reference position. The records have random order, so you may want to sort them.
Sort pileup entries by the start of the alignment, and then by the record names.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PileupColumn
impl !Send for PileupColumn
impl !Sync for PileupColumn
impl Unpin for PileupColumn
impl !UnwindSafe for PileupColumn
Blanket Implementations
Mutably borrows from an owned value. Read more
