#[repr(C)]
pub union fq_default_ctx_struct_ctx {
pub fq: fq_ctx_t,
pub fq_nmod: fq_nmod_ctx_t,
pub fq_zech: fq_zech_ctx_t,
}Fields§
§fq: fq_ctx_t§fq_nmod: fq_nmod_ctx_t§fq_zech: fq_zech_ctx_tTrait Implementations§
source§impl Clone for fq_default_ctx_struct_ctx
impl Clone for fq_default_ctx_struct_ctx
source§fn clone(&self) -> fq_default_ctx_struct_ctx
fn clone(&self) -> fq_default_ctx_struct_ctx
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