Struct gmp_mpfr_sys::gmp::__mpz_struct [] [src]

#[repr(C)]
pub struct __mpz_struct { pub _mp_alloc: c_int, pub _mp_size: c_int, pub _mp_d: *mut mp_limb_t, }

Fields

Trait Implementations

impl Copy for __mpz_struct
[src]

impl Clone for __mpz_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __mpz_struct
[src]

Formats the value using the given formatter.

impl Default for __mpz_struct
[src]

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