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
sourceimpl Clone for __mpf_struct
impl Clone for __mpf_struct
sourcefn clone(&self) -> __mpf_struct
fn clone(&self) -> __mpf_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 __mpf_struct
impl Debug for __mpf_struct
impl Copy for __mpf_struct
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
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