#[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_tAuto Trait Implementations§
impl Freeze for __mpf_struct
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more