Struct consalign::StaPartFuncMats
[−]pub struct StaPartFuncMats<T> {
pub part_func_4d_mat_4_bpas: HashMap<(T, T, T, T), f32, RandomState, Global>,
pub part_func_4d_mat_4_bpas_accessible_on_els: HashMap<(T, T, T, T), f32, RandomState, Global>,
pub part_func_4d_mat_4_bpas_accessible_on_mls: HashMap<(T, T, T, T), f32, RandomState, Global>,
pub forward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>,
pub backward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>,
pub forward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>,
pub backward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>,
pub forward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
pub backward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
pub forward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
pub backward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
}Fields
part_func_4d_mat_4_bpas: HashMap<(T, T, T, T), f32, RandomState, Global>part_func_4d_mat_4_bpas_accessible_on_els: HashMap<(T, T, T, T), f32, RandomState, Global>part_func_4d_mat_4_bpas_accessible_on_mls: HashMap<(T, T, T, T), f32, RandomState, Global>forward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>backward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>forward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>backward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>forward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>backward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>forward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>backward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>Implementations
impl<T> StaPartFuncMats<T>where
T: Hash + Clone,
impl<T> StaPartFuncMats<T>where
T: Hash + Clone,
pub fn new() -> StaPartFuncMats<T>
Trait Implementations
impl<T> Clone for StaPartFuncMats<T>where
T: Clone,
impl<T> Clone for StaPartFuncMats<T>where
T: Clone,
fn clone(&self) -> StaPartFuncMats<T>
fn clone(&self) -> StaPartFuncMats<T>
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<T> RefUnwindSafe for StaPartFuncMats<T>where
T: RefUnwindSafe,
impl<T> Send for StaPartFuncMats<T>where
T: Send,
impl<T> Sync for StaPartFuncMats<T>where
T: Sync,
impl<T> Unpin for StaPartFuncMats<T>where
T: Unpin,
impl<T> UnwindSafe for StaPartFuncMats<T>where
T: UnwindSafe,
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