Struct flint_sys::deps::__mpfr_struct
source · #[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§
source§impl Clone for __mpfr_struct
impl Clone for __mpfr_struct
source§fn clone(&self) -> __mpfr_struct
fn clone(&self) -> __mpfr_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more