Struct bio::data_structures::fmindex::BiInterval[][src]

pub struct BiInterval { /* fields omitted */ }

A bi-interval on suffix array of the forward and reverse strand of a DNA text.

Methods

impl BiInterval
[src]

Trait Implementations

impl Clone for BiInterval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BiInterval
[src]

impl Debug for BiInterval
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BiInterval
[src]

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

This method tests for !=.

impl Eq for BiInterval
[src]

impl Hash for BiInterval
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for BiInterval

impl Sync for BiInterval