#[repr(C)]
pub struct mpoly_gcd_info_struct {
Show 37 fields pub Amax_exp: *mut mp_limb_t, pub Amin_exp: *mut mp_limb_t, pub Astride: *mut mp_limb_t, pub Adeflate_deg: *mut mp_limb_signed_t, pub Alead_count: *mut mp_limb_signed_t, pub Atail_count: *mut mp_limb_signed_t, pub Bmax_exp: *mut mp_limb_t, pub Bmin_exp: *mut mp_limb_t, pub Bstride: *mut mp_limb_t, pub Bdeflate_deg: *mut mp_limb_signed_t, pub Blead_count: *mut mp_limb_signed_t, pub Btail_count: *mut mp_limb_signed_t, pub Gmin_exp: *mut mp_limb_t, pub Abarmin_exp: *mut mp_limb_t, pub Bbarmin_exp: *mut mp_limb_t, pub Gstride: *mut mp_limb_t, pub Gterm_count_est: *mut mp_limb_signed_t, pub Gdeflate_deg_bound: *mut mp_limb_signed_t, pub Gbits: mp_limb_t, pub Abarbits: mp_limb_t, pub Bbarbits: mp_limb_t, pub mvars: mp_limb_signed_t, pub Adeflate_tdeg: mp_limb_signed_t, pub Bdeflate_tdeg: mp_limb_signed_t, pub Adensity: f64, pub Bdensity: f64, pub hensel_time: f64, pub brown_time: f64, pub zippel_time: f64, pub zippel2_time: f64, pub hensel_perm: *mut mp_limb_signed_t, pub brown_perm: *mut mp_limb_signed_t, pub zippel_perm: *mut mp_limb_signed_t, pub zippel2_perm: *mut mp_limb_signed_t, pub can_use: c_uint, pub Gdeflate_deg_bounds_are_nice: c_int, pub data: *mut c_char,
}

Fields§

§Amax_exp: *mut mp_limb_t§Amin_exp: *mut mp_limb_t§Astride: *mut mp_limb_t§Adeflate_deg: *mut mp_limb_signed_t§Alead_count: *mut mp_limb_signed_t§Atail_count: *mut mp_limb_signed_t§Bmax_exp: *mut mp_limb_t§Bmin_exp: *mut mp_limb_t§Bstride: *mut mp_limb_t§Bdeflate_deg: *mut mp_limb_signed_t§Blead_count: *mut mp_limb_signed_t§Btail_count: *mut mp_limb_signed_t§Gmin_exp: *mut mp_limb_t§Abarmin_exp: *mut mp_limb_t§Bbarmin_exp: *mut mp_limb_t§Gstride: *mut mp_limb_t§Gterm_count_est: *mut mp_limb_signed_t§Gdeflate_deg_bound: *mut mp_limb_signed_t§Gbits: mp_limb_t§Abarbits: mp_limb_t§Bbarbits: mp_limb_t§mvars: mp_limb_signed_t§Adeflate_tdeg: mp_limb_signed_t§Bdeflate_tdeg: mp_limb_signed_t§Adensity: f64§Bdensity: f64§hensel_time: f64§brown_time: f64§zippel_time: f64§zippel2_time: f64§hensel_perm: *mut mp_limb_signed_t§brown_perm: *mut mp_limb_signed_t§zippel_perm: *mut mp_limb_signed_t§zippel2_perm: *mut mp_limb_signed_t§can_use: c_uint§Gdeflate_deg_bounds_are_nice: c_int§data: *mut c_char

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.