Struct consprob::StaPartFuncMats
source · [−]pub struct StaPartFuncMats<T> {
pub part_func_4d_mat_4_bpas: PartFunc4dMat<T>,
pub part_func_4d_mat_4_bpas_accessible_on_els: PartFunc4dMat<T>,
pub part_func_4d_mat_4_bpas_accessible_on_mls: PartFunc4dMat<T>,
pub forward_part_func_mat_4_external_loop: SparsePartFuncMat<T>,
pub backward_part_func_mat_4_external_loop: SparsePartFuncMat<T>,
pub forward_part_func_mat_4_external_loop_decode: SparsePartFuncMat<T>,
pub backward_part_func_mat_4_external_loop_decode: SparsePartFuncMat<T>,
pub forward_tmp_part_func_set_mats_with_pos_pairs: TmpPartFuncSetMatsWithPosPairs<T>,
pub backward_tmp_part_func_set_mats_with_pos_pairs: TmpPartFuncSetMatsWithPosPairs<T>,
pub forward_tmp_part_func_set_mats_with_pos_pairs_decode: TmpPartFuncSetMatsWithPosPairs<T>,
pub backward_tmp_part_func_set_mats_with_pos_pairs_decode: TmpPartFuncSetMatsWithPosPairs<T>,
}Fields
part_func_4d_mat_4_bpas: PartFunc4dMat<T>part_func_4d_mat_4_bpas_accessible_on_els: PartFunc4dMat<T>part_func_4d_mat_4_bpas_accessible_on_mls: PartFunc4dMat<T>forward_part_func_mat_4_external_loop: SparsePartFuncMat<T>backward_part_func_mat_4_external_loop: SparsePartFuncMat<T>forward_part_func_mat_4_external_loop_decode: SparsePartFuncMat<T>backward_part_func_mat_4_external_loop_decode: SparsePartFuncMat<T>forward_tmp_part_func_set_mats_with_pos_pairs: TmpPartFuncSetMatsWithPosPairs<T>backward_tmp_part_func_set_mats_with_pos_pairs: TmpPartFuncSetMatsWithPosPairs<T>forward_tmp_part_func_set_mats_with_pos_pairs_decode: TmpPartFuncSetMatsWithPosPairs<T>backward_tmp_part_func_set_mats_with_pos_pairs_decode: TmpPartFuncSetMatsWithPosPairs<T>Implementations
sourceimpl<T: Hash + Clone> StaPartFuncMats<T>
impl<T: Hash + Clone> StaPartFuncMats<T>
pub fn new() -> StaPartFuncMats<T>
Trait Implementations
sourceimpl<T: Clone> Clone for StaPartFuncMats<T>
impl<T: Clone> Clone for StaPartFuncMats<T>
sourcefn 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 more
Auto 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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