Struct flint_sys::deps::__mpf_struct
source · #[repr(C)]pub struct __mpf_struct {
pub _mp_prec: c_int,
pub _mp_size: c_int,
pub _mp_exp: mp_exp_t,
pub _mp_d: *mut mp_limb_t,
}Fields§
§_mp_prec: c_int§_mp_size: c_int§_mp_exp: mp_exp_t§_mp_d: *mut mp_limb_tTrait Implementations§
source§impl Clone for __mpf_struct
impl Clone for __mpf_struct
source§fn clone(&self) -> __mpf_struct
fn clone(&self) -> __mpf_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