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_t

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.