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]

fn new(value: T, prob: LogProb) -> Self

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

impl<T: Debug + Ord> Debug for Entry<T>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result[]

Formats the value using the given formatter.