Enum rand::distributions::gamma::ChiSquaredRepr [−][src]
enum ChiSquaredRepr {
DoFExactlyOne,
DoFAnythingElse(Gamma),
}Variants
DoFExactlyOneDoFAnythingElse(Gamma)Trait Implementations
impl Clone for ChiSquaredRepr[src]
impl Clone for ChiSquaredReprfn clone(&self) -> ChiSquaredRepr[src]
fn clone(&self) -> ChiSquaredReprReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for ChiSquaredRepr[src]
impl Copy for ChiSquaredReprimpl Debug for ChiSquaredRepr[src]
impl Debug for ChiSquaredReprAuto Trait Implementations
impl Send for ChiSquaredRepr
impl Send for ChiSquaredReprimpl Sync for ChiSquaredRepr
impl Sync for ChiSquaredRepr