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
sourceimpl Clone for __mpfr_struct
impl Clone for __mpfr_struct
sourcefn clone(&self) -> __mpfr_struct
fn clone(&self) -> __mpfr_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for __mpfr_struct
impl Debug for __mpfr_struct
impl Copy for __mpfr_struct
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more