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

pub struct Interval {
    pub lower: usize,
    pub upper: usize,
}

A suffix array interval.

Fields

Methods

impl Interval
[src]

Trait Implementations

impl Clone for Interval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Interval
[src]

impl Debug for Interval
[src]

Formats the value using the given formatter.