pub struct SsPartFuncMats<T: Hash> {
    pub part_func_mat: PartFuncMat,
    pub part_func_mat_4_rightmost_base_pairings: PartFuncMat,
    pub part_func_mat_4_rightmost_base_pairings_on_mls: PartFuncMat,
    pub part_func_mat_4_base_pairings: SparsePartFuncMat<T>,
    pub part_func_mat_4_base_pairings_accessible: SparsePartFuncMat<T>,
    pub part_func_mat_4_ml: PartFuncMat,
    pub part_func_mat_4_at_least_1_base_pairings_on_mls: PartFuncMat,
}

Fields

part_func_mat: PartFuncMatpart_func_mat_4_rightmost_base_pairings: PartFuncMatpart_func_mat_4_rightmost_base_pairings_on_mls: PartFuncMatpart_func_mat_4_base_pairings: SparsePartFuncMat<T>part_func_mat_4_base_pairings_accessible: SparsePartFuncMat<T>part_func_mat_4_ml: PartFuncMatpart_func_mat_4_at_least_1_base_pairings_on_mls: PartFuncMat

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.