#[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 duplicate 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 moreSource§impl Debug for __mpfr_struct
impl Debug for __mpfr_struct
impl Copy for __mpfr_struct
Auto Trait Implementations§
impl Freeze for __mpfr_struct
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§
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