Struct flint_sys::fmpz_mod_mpoly::fmpz_mod_mpoly_struct
source · #[repr(C)]pub struct fmpz_mod_mpoly_struct {
pub coeffs: *mut fmpz,
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 fmpz§exps: *mut mp_limb_t§length: mp_limb_signed_t§bits: mp_limb_t§coeffs_alloc: mp_limb_signed_t§exps_alloc: mp_limb_signed_tTrait Implementations§
source§impl Clone for fmpz_mod_mpoly_struct
impl Clone for fmpz_mod_mpoly_struct
source§fn clone(&self) -> fmpz_mod_mpoly_struct
fn clone(&self) -> fmpz_mod_mpoly_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