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]
impl BiIntervalTrait Implementations
impl Clone for BiInterval[src]
impl Clone for BiIntervalfn clone(&self) -> BiInterval[src]
fn clone(&self) -> BiIntervalReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for BiInterval[src]
impl Copy for BiIntervalimpl Debug for BiInterval[src]
impl Debug for BiIntervalfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BiInterval[src]
impl PartialEq for BiIntervalfn eq(&self, other: &BiInterval) -> bool[src]
fn eq(&self, other: &BiInterval) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &BiInterval) -> bool[src]
fn ne(&self, other: &BiInterval) -> boolThis method tests for !=.
impl Eq for BiInterval[src]
impl Eq for BiIntervalimpl Hash for BiInterval[src]
impl Hash for BiIntervalAuto Trait Implementations
impl Send for BiInterval
impl Send for BiIntervalimpl Sync for BiInterval
impl Sync for BiInterval