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, }

Fields

Trait Implementations

impl Clone for mpz_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for mpz_t
[src]

impl Debug for mpz_t
[src]

Formats the value using the given formatter.