Struct flint_sys::deps::__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
_mpfr_prec: mpfr_prec_t_mpfr_sign: mpfr_sign_t_mpfr_exp: mpfr_exp_t_mpfr_d: *mut mp_limb_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __mpfr_struct
impl !Send for __mpfr_struct
impl !Sync for __mpfr_struct
impl Unpin for __mpfr_struct
impl UnwindSafe for __mpfr_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
