Struct consalign::AlignFeatureCountSets
[−]pub struct AlignFeatureCountSets {
pub match_2_match_count: f32,
pub match_2_insert_count: f32,
pub insert_extend_count: f32,
pub init_match_count: f32,
pub init_insert_count: f32,
pub insert_counts: [f32; 4],
pub align_count_mat: [[f32; 4]; 4],
}Fields
match_2_match_count: f32match_2_insert_count: f32insert_extend_count: f32init_match_count: f32init_insert_count: f32insert_counts: [f32; 4]align_count_mat: [[f32; 4]; 4]Implementations
impl AlignFeatureCountSets
impl AlignFeatureCountSets
pub fn new(init_val: f32) -> AlignFeatureCountSets
pub fn transfer(&mut self)
Trait Implementations
impl Clone for AlignFeatureCountSets
impl Clone for AlignFeatureCountSets
fn clone(&self) -> AlignFeatureCountSets
fn clone(&self) -> AlignFeatureCountSets
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for AlignFeatureCountSets
impl Send for AlignFeatureCountSets
impl Sync for AlignFeatureCountSets
impl Unpin for AlignFeatureCountSets
impl UnwindSafe for AlignFeatureCountSets
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