#[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_struct§poly_alloc: mp_limb_signed_t§poly_top: mp_limb_signed_t§mpolyun_array: *mut *mut nmod_mpolyun_struct§mpolyun_alloc: mp_limb_signed_t§mpolyun_top: mp_limb_signed_t§mpolyn_array: *mut *mut nmod_mpolyn_struct§mpolyn_alloc: mp_limb_signed_t§mpolyn_top: mp_limb_signed_t§ctx: *const nmod_mpoly_ctx_struct§bits: 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.