Struct flint_sys::flint::flint_rand_s
source · #[repr(C)]pub struct flint_rand_s {
pub gmp_state: gmp_randstate_t,
pub gmp_init: c_int,
pub __randval: mp_limb_t,
pub __randval2: mp_limb_t,
}Fields§
§gmp_state: gmp_randstate_t§gmp_init: c_int§__randval: mp_limb_t§__randval2: mp_limb_tTrait Implementations§
source§impl Clone for flint_rand_s
impl Clone for flint_rand_s
source§fn clone(&self) -> flint_rand_s
fn clone(&self) -> flint_rand_s
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