Struct gmp_mpfr_sys::gmp::mpf_t [] [src]

#[repr(C)]
pub struct mpf_t { pub prec: c_int, pub size: c_int, pub exp: exp_t, pub d: *mut limb_t, }

Fields

Trait Implementations

impl Clone for mpf_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for mpf_t
[src]

impl Debug for mpf_t
[src]

[src]

Formats the value using the given formatter.