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

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

A suffix array interval.

Fields

lower: usize upper: usize

Methods

impl Interval
[src]

fn occ<SA: SuffixArray>(&self, sa: &SA) -> Vec<usize>

Trait Implementations

impl Debug for Interval
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for Interval
[src]

impl Clone for Interval
[src]

fn clone(&self) -> Interval

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more