Struct lt_fm_index::fmindex_on::FmIndexOn[][src]

pub struct FmIndexOn {
    pub kmer_lookup_table: Option<(usize, Vec<u64>)>,
    // some fields omitted
}
Expand description

Lt-Fm-index data structure

Fields

kmer_lookup_table: Option<(usize, Vec<u64>)>

Implementations

Write [FmIndex] to writer

Write [FmIndex] to file

Read [FmIndex] from reader

Read [FmIndex] from file

Create new fm-index with configuration

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Count the number of pattern in the text

Locate index of the pattern in the text (not use k-mer lookup table)

Locate index of the pattern in the text with k-mer lookup table

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.