Struct flint_sys::mpoly::mpoly_ctx_struct [−][src]
#[repr(C)]pub struct mpoly_ctx_struct {
pub nvars: mp_limb_signed_t,
pub nfields: mp_limb_signed_t,
pub ord: ordering_t,
pub deg: c_int,
pub rev: c_int,
pub lut_words_per_exp: [mp_limb_signed_t; 64],
pub lut_fix_bits: [c_uchar; 64],
}Fields
nvars: mp_limb_signed_tnfields: mp_limb_signed_tord: ordering_tdeg: c_intrev: c_intlut_words_per_exp: [mp_limb_signed_t; 64]lut_fix_bits: [c_uchar; 64]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mpoly_ctx_struct
impl Send for mpoly_ctx_struct
impl Sync for mpoly_ctx_struct
impl Unpin for mpoly_ctx_struct
impl UnwindSafe for mpoly_ctx_struct
Blanket Implementations
Mutably borrows from an owned value. Read more