#[repr(C)]pub struct hypgeom_struct {
pub A: fmpz_poly_t,
pub B: fmpz_poly_t,
pub P: fmpz_poly_t,
pub Q: fmpz_poly_t,
pub have_precomputed: c_int,
pub r: mp_limb_signed_t,
pub boundC: mp_limb_signed_t,
pub boundD: mp_limb_signed_t,
pub boundK: mp_limb_signed_t,
pub MK: mag_t,
}Fields§
§A: fmpz_poly_t§B: fmpz_poly_t§P: fmpz_poly_t§Q: fmpz_poly_t§have_precomputed: c_int§r: mp_limb_signed_t§boundC: mp_limb_signed_t§boundD: mp_limb_signed_t§boundK: mp_limb_signed_t§MK: mag_tTrait Implementations§
Source§impl Clone for hypgeom_struct
impl Clone for hypgeom_struct
Source§fn clone(&self) -> hypgeom_struct
fn clone(&self) -> hypgeom_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 hypgeom_struct
impl Debug for hypgeom_struct
impl Copy for hypgeom_struct
Auto Trait Implementations§
impl Freeze for hypgeom_struct
impl RefUnwindSafe for hypgeom_struct
impl !Send for hypgeom_struct
impl !Sync for hypgeom_struct
impl Unpin for hypgeom_struct
impl UnwindSafe for hypgeom_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