Union flint_sys::fq_default::fq_default_struct
source · #[repr(C)]
pub union fq_default_struct {
pub fq: fq_t,
pub fq_nmod: fq_nmod_t,
pub fq_zech: fq_zech_t,
}Fields§
§fq: fq_t§fq_nmod: fq_nmod_t§fq_zech: fq_zech_tTrait Implementations§
source§impl Clone for fq_default_struct
impl Clone for fq_default_struct
source§fn clone(&self) -> fq_default_struct
fn clone(&self) -> fq_default_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