Enum block_aligner::cigar::Operation [−][src]
#[repr(u8)]
pub enum Operation {
Sentinel,
M,
I,
D,
}Expand description
A match/mistmatch, insertion, or deletion operation.
Variants
Placeholder variant.
Match or mismatch.
Insertion.
Deletion.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operationimpl UnwindSafe for OperationBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V