Struct flint_sys::nmod_mpoly::nmod_poly_stack_struct [−][src]
#[repr(C)]pub struct nmod_poly_stack_struct {
pub poly_array: *mut *mut n_poly_struct,
pub poly_alloc: mp_limb_signed_t,
pub poly_top: mp_limb_signed_t,
pub mpolyun_array: *mut *mut nmod_mpolyun_struct,
pub mpolyun_alloc: mp_limb_signed_t,
pub mpolyun_top: mp_limb_signed_t,
pub mpolyn_array: *mut *mut nmod_mpolyn_struct,
pub mpolyn_alloc: mp_limb_signed_t,
pub mpolyn_top: mp_limb_signed_t,
pub ctx: *const nmod_mpoly_ctx_struct,
pub bits: mp_limb_t,
}Fields
poly_array: *mut *mut n_poly_structpoly_alloc: mp_limb_signed_tpoly_top: mp_limb_signed_tmpolyun_array: *mut *mut nmod_mpolyun_structmpolyun_alloc: mp_limb_signed_tmpolyun_top: mp_limb_signed_tmpolyn_array: *mut *mut nmod_mpolyn_structmpolyn_alloc: mp_limb_signed_tmpolyn_top: mp_limb_signed_tctx: *const nmod_mpoly_ctx_structbits: mp_limb_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nmod_poly_stack_struct
impl !Send for nmod_poly_stack_struct
impl !Sync for nmod_poly_stack_struct
impl Unpin for nmod_poly_stack_struct
impl UnwindSafe for nmod_poly_stack_struct
Blanket Implementations
Mutably borrows from an owned value. Read more