Struct gmp_mpfr_sys::gmp::__mpf_struct [] [src]

#[repr(C)]
pub struct __mpf_struct { pub _mp_prec: c_int, pub _mp_size: c_int, pub _mp_exp: mp_exp_t, pub _mp_d: *mut mp_limb_t, }

Fields

Trait Implementations

impl Copy for __mpf_struct
[src]

impl Clone for __mpf_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __mpf_struct
[src]

Formats the value using the given formatter.

impl Default for __mpf_struct
[src]

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