Struct flint_sys::deps::__mpf_struct [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for __mpf_struct
impl !Send for __mpf_struct
impl !Sync for __mpf_struct
impl Unpin for __mpf_struct
impl UnwindSafe for __mpf_struct
Blanket Implementations
Mutably borrows from an owned value. Read more