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 GammaReprfn clone(&self) -> GammaRepr[src]
fn clone(&self) -> GammaReprReturns 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 GammaReprimpl Debug for GammaRepr[src]
impl Debug for GammaRepr