Struct consalign::InsertScoreRangeSets
source · [−]pub struct InsertScoreRangeSets {
pub insert_scores_range: Vec<Vec<f32, Global>, Global>,
pub insert_scores_range_4_el: Vec<Vec<f32, Global>, Global>,
pub insert_scores_range_4_ml: Vec<Vec<f32, Global>, Global>,
pub insert_scores_range_2: Vec<Vec<f32, Global>, Global>,
pub insert_scores_range_4_el_2: Vec<Vec<f32, Global>, Global>,
pub insert_scores_range_4_ml_2: Vec<Vec<f32, Global>, Global>,
}Fields
insert_scores_range: Vec<Vec<f32, Global>, Global>insert_scores_range_4_el: Vec<Vec<f32, Global>, Global>insert_scores_range_4_ml: Vec<Vec<f32, Global>, Global>insert_scores_range_2: Vec<Vec<f32, Global>, Global>insert_scores_range_4_el_2: Vec<Vec<f32, Global>, Global>insert_scores_range_4_ml_2: Vec<Vec<f32, Global>, Global>Implementations
sourceimpl InsertScoreRangeSets
impl InsertScoreRangeSets
pub fn origin() -> InsertScoreRangeSets
pub fn new(
seq_pair: &(&[usize], &[usize]),
feature_score_sets: &FeatureCountSets
) -> InsertScoreRangeSets
Auto Trait Implementations
impl RefUnwindSafe for InsertScoreRangeSets
impl Send for InsertScoreRangeSets
impl Sync for InsertScoreRangeSets
impl Unpin for InsertScoreRangeSets
impl UnwindSafe for InsertScoreRangeSets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more