Struct consalign::FeatureCountsPosterior
source · [−]pub struct FeatureCountsPosterior {
pub basepair_count_posterior: FeatureCount,
pub align_count_posterior: FeatureCount,
}Fields
basepair_count_posterior: FeatureCountalign_count_posterior: FeatureCountImplementations
sourceimpl FeatureCountsPosterior
impl FeatureCountsPosterior
pub fn new(init_val: FeatureCount) -> FeatureCountsPosterior
Trait Implementations
sourceimpl Clone for FeatureCountsPosterior
impl Clone for FeatureCountsPosterior
sourcefn clone(&self) -> FeatureCountsPosterior
fn clone(&self) -> FeatureCountsPosterior
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 moreAuto Trait Implementations
impl RefUnwindSafe for FeatureCountsPosterior
impl Send for FeatureCountsPosterior
impl Sync for FeatureCountsPosterior
impl Unpin for FeatureCountsPosterior
impl UnwindSafe for FeatureCountsPosterior
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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