Struct flint_sys::n_poly::nmod_eval_interp_struct
source · #[repr(C)]pub struct nmod_eval_interp_struct {
pub M: *mut mp_limb_t,
pub T: *mut mp_limb_t,
pub Q: *mut mp_limb_t,
pub array: *mut mp_limb_t,
pub alloc: mp_limb_signed_t,
pub d: mp_limb_signed_t,
pub radix: mp_limb_signed_t,
pub w: mp_limb_t,
}Fields§
§M: *mut mp_limb_t§T: *mut mp_limb_t§Q: *mut mp_limb_t§array: *mut mp_limb_t§alloc: mp_limb_signed_t§d: mp_limb_signed_t§radix: mp_limb_signed_t§w: mp_limb_tTrait Implementations§
source§impl Clone for nmod_eval_interp_struct
impl Clone for nmod_eval_interp_struct
source§fn clone(&self) -> nmod_eval_interp_struct
fn clone(&self) -> nmod_eval_interp_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