Struct gmp_mpfr_sys::gmp::mpz_t
[−]
[src]
#[repr(C)]pub struct mpz_t { pub alloc: c_int, pub size: c_int, pub d: *mut limb_t, }
See: mpz_t
and Integer Internals
Fields
alloc: c_int
size: c_int
d: *mut limb_t
Trait Implementations
impl Clone for mpz_t
[src]
fn clone(&self) -> mpz_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more