Struct flint_sys::fmpz_mod_mpoly::nmod_mpolyv_struct [−][src]
#[repr(C)]pub struct nmod_mpolyv_struct {
pub coeffs: *mut nmod_mpoly_struct,
pub alloc: mp_limb_signed_t,
pub length: mp_limb_signed_t,
}Fields
coeffs: *mut nmod_mpoly_structalloc: mp_limb_signed_tlength: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nmod_mpolyv_struct
impl !Send for nmod_mpolyv_struct
impl !Sync for nmod_mpolyv_struct
impl Unpin for nmod_mpolyv_struct
impl UnwindSafe for nmod_mpolyv_struct
Blanket Implementations
Mutably borrows from an owned value. Read more