Struct flint_sys::deps::__mpz_struct [−][src]
#[repr(C)]pub struct __mpz_struct {
pub _mp_alloc: c_int,
pub _mp_size: c_int,
pub _mp_d: *mut mp_limb_t,
}Fields
_mp_alloc: c_int_mp_size: c_int_mp_d: *mut mp_limb_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __mpz_struct
impl !Send for __mpz_struct
impl !Sync for __mpz_struct
impl Unpin for __mpz_struct
impl UnwindSafe for __mpz_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
