Struct gmp_mpfr_sys::gmp::__gmp_randstate_struct [] [src]

#[repr(C)]
pub struct __gmp_randstate_struct { pub _mp_seed: mpz_t, pub _mp_alg: gmp_randalg_t, pub _mp_algdata: Union_Unnamed1, }

Fields

Trait Implementations

impl Copy for __gmp_randstate_struct
[src]

impl Clone for __gmp_randstate_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __gmp_randstate_struct
[src]

Formats the value using the given formatter.

impl Default for __gmp_randstate_struct
[src]

Returns the "default value" for a type. Read more