Struct bio::data_structures::qgram_index::Interval
[−]
[src]
pub struct Interval {
pub start: usize,
pub stop: usize,
}An interval, consisting of start and stop position (the latter exclusive).
Fields
start: usize
stop: usize
Methods
impl Interval[src]
Trait Implementations
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