Struct consprob::AlignProbMats
source · [−]pub struct AlignProbMats<T> {
pub loop_align_prob_mat: SparseProbMat<T>,
pub basepair_align_prob_mat: Prob4dMat<T>,
pub align_prob_mat: SparseProbMat<T>,
}Fields
loop_align_prob_mat: SparseProbMat<T>basepair_align_prob_mat: Prob4dMat<T>align_prob_mat: SparseProbMat<T>Implementations
sourceimpl<T: Hash + Clone> AlignProbMats<T>
impl<T: Hash + Clone> AlignProbMats<T>
pub fn new() -> AlignProbMats<T>
Trait Implementations
sourceimpl<T: Clone> Clone for AlignProbMats<T>
impl<T: Clone> Clone for AlignProbMats<T>
sourcefn clone(&self) -> AlignProbMats<T>
fn clone(&self) -> AlignProbMats<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 AlignProbMats<T> where
T: RefUnwindSafe,
impl<T> Send for AlignProbMats<T> where
T: Send,
impl<T> Sync for AlignProbMats<T> where
T: Sync,
impl<T> Unpin for AlignProbMats<T> where
T: Unpin,
impl<T> UnwindSafe for AlignProbMats<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