#[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: slong,
pub boundC: slong,
pub boundD: slong,
pub boundK: slong,
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: slong§boundC: slong§boundD: slong§boundK: slong§MK: mag_tTrait Implementations§
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 UnsafeUnpin 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