Enum bam::pileup::AlnType [−][src]
pub enum AlnType {
Deletion,
Match,
Insertion(u32),
}Expand description
Type of the record sequence, matching a single reference position.
Variants
Deletion- this position is not present in the record.Match- single base-pair match or mismatch,Insertion(len)- single base-pair match followed by the insertion oflenbase-pairs,
Variants
Deletion
Match
Insertion(u32)
Tuple Fields
0: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlnType
impl UnwindSafe for AlnType
Blanket Implementations
Mutably borrows from an owned value. Read more
