pub struct StaProbMats<T> {
    pub bpp_mat_pair: SparseProbMatPair<T>,
    pub upp_mat_pair_4_hl: ProbSetPair,
    pub upp_mat_pair_4_2l: ProbSetPair,
    pub upp_mat_pair_4_ml: ProbSetPair,
    pub upp_mat_pair_4_el: ProbSetPair,
    pub bpp_mat_pair_2: ProbSetPair,
    pub basepair_align_prob_mat: Prob4dMat<T>,
    pub loop_align_prob_mat: SparseProbMat<T>,
}

Fields

bpp_mat_pair: SparseProbMatPair<T>upp_mat_pair_4_hl: ProbSetPairupp_mat_pair_4_2l: ProbSetPairupp_mat_pair_4_ml: ProbSetPairupp_mat_pair_4_el: ProbSetPairbpp_mat_pair_2: ProbSetPairbasepair_align_prob_mat: Prob4dMat<T>loop_align_prob_mat: SparseProbMat<T>

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.