Struct gmp_mpfr_sys::mpfr::mpfr_t [] [src]

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

See: mpfr_t and Internals

Fields

See: Internals

See: Internals

See: Internals pub prec: prec_t,

See: Internals pub prec: prec_t,

Trait Implementations

impl Clone for mpfr_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 mpfr_t
[src]

impl Debug for mpfr_t
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for mpfr_t

impl !Sync for mpfr_t