#[repr(C)]pub struct nmod_poly_interval_poly_arg_t {
pub baby: *mut nmod_poly_struct,
pub res: *mut nmod_poly_struct,
pub H: *mut nmod_poly_struct,
pub v: *mut nmod_poly_struct,
pub vinv: *mut nmod_poly_struct,
pub tmp: mp_ptr,
pub m: mp_limb_signed_t,
}Fields§
§baby: *mut nmod_poly_struct§res: *mut nmod_poly_struct§H: *mut nmod_poly_struct§v: *mut nmod_poly_struct§vinv: *mut nmod_poly_struct§tmp: mp_ptr§m: mp_limb_signed_tTrait Implementations§
source§impl Clone for nmod_poly_interval_poly_arg_t
impl Clone for nmod_poly_interval_poly_arg_t
source§fn clone(&self) -> nmod_poly_interval_poly_arg_t
fn clone(&self) -> nmod_poly_interval_poly_arg_t
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