pub struct TransformedDistribution<D, T, U, V>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Clone + Debug + Send + Sync,
V: RandomVariable,{ /* private fields */ }Implementations§
source§impl<D, T, U, V> TransformedDistribution<D, T, U, V>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Clone + Debug + Send + Sync,
V: RandomVariable,
impl<D, T, U, V> TransformedDistribution<D, T, U, V>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Clone + Debug + Send + Sync,
V: RandomVariable,
Trait Implementations§
source§impl<D, T, U, V, Rhs, URhs> BitAnd<Rhs> for TransformedDistribution<D, T, U, V>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: RandomVariable,
V: RandomVariable,
Rhs: Distribution<Value = (U, V), Condition = URhs>,
URhs: RandomVariable,
impl<D, T, U, V, Rhs, URhs> BitAnd<Rhs> for TransformedDistribution<D, T, U, V>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: RandomVariable,
V: RandomVariable,
Rhs: Distribution<Value = (U, V), Condition = URhs>,
URhs: RandomVariable,
source§impl<D, T, U, V> Clone for TransformedDistribution<D, T, U, V>where
D: Distribution<Value = T, Condition = U> + Clone,
T: RandomVariable + Clone,
U: Clone + Debug + Send + Sync + Clone,
V: RandomVariable + Clone,
impl<D, T, U, V> Clone for TransformedDistribution<D, T, U, V>where
D: Distribution<Value = T, Condition = U> + Clone,
T: RandomVariable + Clone,
U: Clone + Debug + Send + Sync + Clone,
V: RandomVariable + Clone,
source§fn clone(&self) -> TransformedDistribution<D, T, U, V>
fn clone(&self) -> TransformedDistribution<D, T, U, V>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more