#[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_charTrait Implementations§
Source§impl Clone for mpoly_gcd_info_struct
impl Clone for mpoly_gcd_info_struct
Source§fn clone(&self) -> mpoly_gcd_info_struct
fn clone(&self) -> mpoly_gcd_info_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 mpoly_gcd_info_struct
impl Debug for mpoly_gcd_info_struct
impl Copy for mpoly_gcd_info_struct
Auto Trait Implementations§
impl Freeze for mpoly_gcd_info_struct
impl RefUnwindSafe for mpoly_gcd_info_struct
impl !Send for mpoly_gcd_info_struct
impl !Sync for mpoly_gcd_info_struct
impl Unpin for mpoly_gcd_info_struct
impl UnwindSafe for mpoly_gcd_info_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