Struct flint_sys::nmod_mpoly::nmod_mpolyun_struct [−][src]
#[repr(C)]pub struct nmod_mpolyun_struct {
pub coeffs: *mut nmod_mpolyn_struct,
pub exps: *mut mp_limb_t,
pub alloc: mp_limb_signed_t,
pub length: mp_limb_signed_t,
pub bits: mp_limb_t,
}Fields
coeffs: *mut nmod_mpolyn_structexps: *mut mp_limb_talloc: mp_limb_signed_tlength: mp_limb_signed_tbits: mp_limb_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nmod_mpolyun_struct
impl !Send for nmod_mpolyun_struct
impl !Sync for nmod_mpolyun_struct
impl Unpin for nmod_mpolyun_struct
impl UnwindSafe for nmod_mpolyun_struct
Blanket Implementations
Mutably borrows from an owned value. Read more