Enum rand::distributions::gamma::GammaRepr [−][src]
enum GammaRepr { Large(GammaLargeShape), One(Exp), Small(GammaSmallShape), }
Variants
Large(GammaLargeShape)
One(Exp)
Small(GammaSmallShape)
Trait Implementations
impl Clone for GammaRepr
[src]
impl Clone for GammaRepr
fn clone(&self) -> GammaRepr
[src]
fn clone(&self) -> GammaRepr
Returns 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 GammaRepr
[src]
impl Copy for GammaRepr
impl Debug for GammaRepr
[src]
impl Debug for GammaRepr