Struct flint_sys::n_poly::nmod_eval_interp_struct [−][src]
#[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_tT: *mut mp_limb_tQ: *mut mp_limb_tarray: *mut mp_limb_talloc: mp_limb_signed_td: mp_limb_signed_tradix: mp_limb_signed_tw: mp_limb_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nmod_eval_interp_struct
impl !Send for nmod_eval_interp_struct
impl !Sync for nmod_eval_interp_struct
impl Unpin for nmod_eval_interp_struct
impl UnwindSafe for nmod_eval_interp_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
