Struct flint_sys::fq_zech::fq_zech_struct
source · #[repr(C)]pub struct fq_zech_struct {
pub value: mp_limb_t,
}Fields§
§value: mp_limb_tTrait Implementations§
source§impl Clone for fq_zech_struct
impl Clone for fq_zech_struct
source§fn clone(&self) -> fq_zech_struct
fn clone(&self) -> fq_zech_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