Enum rust_htslib::bam::pileup::Indel [] [src]

pub enum Indel {
    Ins(u32),
    Del(u32),
    None,
}

Variants

Trait Implementations

impl Debug for Indel
[src]

Formats the value using the given formatter.

impl PartialEq for Indel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.