Struct flint_sys::fmpz_mpoly::fmpz_mpolyd_struct
source · #[repr(C)]pub struct fmpz_mpolyd_struct {
pub nvars: mp_limb_signed_t,
pub degb_alloc: mp_limb_signed_t,
pub deg_bounds: *mut mp_limb_signed_t,
pub length: mp_limb_signed_t,
pub coeff_alloc: mp_limb_signed_t,
pub coeffs: *mut fmpz,
}Fields§
§nvars: mp_limb_signed_t§degb_alloc: mp_limb_signed_t§deg_bounds: *mut mp_limb_signed_t§length: mp_limb_signed_t§coeff_alloc: mp_limb_signed_t§coeffs: *mut fmpzTrait Implementations§
source§impl Clone for fmpz_mpolyd_struct
impl Clone for fmpz_mpolyd_struct
source§fn clone(&self) -> fmpz_mpolyd_struct
fn clone(&self) -> fmpz_mpolyd_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more