Struct flint_sys::nmod_mpoly::nmod_mpoly_struct [−][src]
#[repr(C)]pub struct nmod_mpoly_struct {
pub coeffs: *mut mp_limb_t,
pub exps: *mut mp_limb_t,
pub length: mp_limb_signed_t,
pub bits: mp_limb_t,
pub coeffs_alloc: mp_limb_signed_t,
pub exps_alloc: mp_limb_signed_t,
}Fields
coeffs: *mut mp_limb_texps: *mut mp_limb_tlength: mp_limb_signed_tbits: mp_limb_tcoeffs_alloc: mp_limb_signed_texps_alloc: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nmod_mpoly_struct
impl !Send for nmod_mpoly_struct
impl !Sync for nmod_mpoly_struct
impl Unpin for nmod_mpoly_struct
impl UnwindSafe for nmod_mpoly_struct
Blanket Implementations
Mutably borrows from an owned value. Read more