Struct gmp_mpfr_sys::mpfr::__mpfr_struct [] [src]

#[repr(C)]
pub struct __mpfr_struct { pub _mpfr_prec: mpfr_prec_t, pub _mpfr_sign: mpfr_sign_t, pub _mpfr_exp: mpfr_exp_t, pub _mpfr_d: *mut mp_limb_t, }

Fields

Trait Implementations

impl Copy for __mpfr_struct
[src]

impl Clone for __mpfr_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __mpfr_struct
[src]

Formats the value using the given formatter.

impl Default for __mpfr_struct
[src]

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