#[repr(C)]
pub union fq_default_poly_struct {
pub fq: fq_poly_t,
pub fq_nmod: fq_nmod_poly_t,
pub fq_zech: fq_zech_poly_t,
}Fields§
§fq: fq_poly_t§fq_nmod: fq_nmod_poly_t§fq_zech: fq_zech_poly_tTrait Implementations§
source§impl Clone for fq_default_poly_struct
impl Clone for fq_default_poly_struct
source§fn clone(&self) -> fq_default_poly_struct
fn clone(&self) -> fq_default_poly_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