Struct consprob::PctStaProbMats
source · [−]pub struct PctStaProbMats<T> {
pub bpp_mat: SparseProbMat<T>,
pub upp_mat_4_hl: Probs,
pub upp_mat_4_2l: Probs,
pub upp_mat_4_ml: Probs,
pub upp_mat_4_el: Probs,
pub bpp_mat_2: Probs,
}Fields
bpp_mat: SparseProbMat<T>upp_mat_4_hl: Probsupp_mat_4_2l: Probsupp_mat_4_ml: Probsupp_mat_4_el: Probsbpp_mat_2: ProbsImplementations
sourceimpl<T: Hash + Clone> PctStaProbMats<T>
impl<T: Hash + Clone> PctStaProbMats<T>
pub fn origin() -> PctStaProbMats<T>
pub fn new(seq_len: usize) -> PctStaProbMats<T>
Trait Implementations
sourceimpl<T: Clone> Clone for PctStaProbMats<T>
impl<T: Clone> Clone for PctStaProbMats<T>
sourcefn clone(&self) -> PctStaProbMats<T>
fn clone(&self) -> PctStaProbMats<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 PctStaProbMats<T> where
T: RefUnwindSafe,
impl<T> Send for PctStaProbMats<T> where
T: Send,
impl<T> Sync for PctStaProbMats<T> where
T: Sync,
impl<T> Unpin for PctStaProbMats<T> where
T: Unpin,
impl<T> UnwindSafe for PctStaProbMats<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