Struct bio::stats::probs::cdf::Entry
[−]
[src]
pub struct Entry<T: Ord> {
pub value: T,
pub prob: LogProb,
}Fields
value: T
prob: LogProb
Methods
impl<T: Ord> Entry<T>[src]
Trait Implementations
impl<T: Clone + Ord> Clone for Entry<T>[src]
fn clone(&self) -> Entry<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more