Enum rust_htslib::bam::pileup::Indel
[−]
[src]
pub enum Indel {
Ins(u32),
Del(u32),
None,
}Variants
Ins(u32)Del(u32)None
Trait Implementations
impl PartialEq for Indel[src]
fn eq(&self, __arg_0: &Indel) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Indel) -> bool[src]
This method tests for !=.
impl Eq for Indel[src]
impl Debug for Indel[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for Indel[src]
impl Clone for Indel[src]
fn clone(&self) -> Indel[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more