[][src]Struct consprob::StaProbMats

pub struct StaProbMats {
    pub bpp_mat_pair: SparseProbMatPair,
    pub access_bpp_mat_pair_4_2l: SparseProbMatPair,
    pub access_bpp_mat_pair_4_ml: SparseProbMatPair,
    pub bpp_mat_pair_4_el: SparseProbMatPair,
    pub upp_mat_pair: ProbSetPair,
    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,
}

Fields

bpp_mat_pair: SparseProbMatPairaccess_bpp_mat_pair_4_2l: SparseProbMatPairaccess_bpp_mat_pair_4_ml: SparseProbMatPairbpp_mat_pair_4_el: SparseProbMatPairupp_mat_pair: ProbSetPairupp_mat_pair_4_hl: ProbSetPairupp_mat_pair_4_2l: ProbSetPairupp_mat_pair_4_ml: ProbSetPairupp_mat_pair_4_el: ProbSetPair

Implementations

impl StaProbMats[src]

pub fn origin() -> StaProbMats[src]

pub fn new(seq_len_pair: &(u16, u16)) -> StaProbMats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.