Enum bam::record::cigar::Class [−][src]
pub enum Class {
Match,
Insertion,
Deletion,
Hard,
}Expand description
Cigar operation class:
- Match: M, = and X,
- Insertion: I and S,
- Deletion: D and N,
- Hard clipping: H and P,
Variants
Match
Insertion
Deletion
Hard
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Class
impl UnwindSafe for Class
Blanket Implementations
Mutably borrows from an owned value. Read more
