Struct flint_sys::fmpz::fmpz_multi_crt_struct
source · #[repr(C)]pub struct fmpz_multi_crt_struct {
pub prog: *mut _fmpz_multi_crt_prog_instr,
pub length: mp_limb_signed_t,
pub alloc: mp_limb_signed_t,
pub localsize: mp_limb_signed_t,
pub temp1loc: mp_limb_signed_t,
pub temp2loc: mp_limb_signed_t,
pub good: c_int,
}Fields§
§prog: *mut _fmpz_multi_crt_prog_instr§length: mp_limb_signed_t§alloc: mp_limb_signed_t§localsize: mp_limb_signed_t§temp1loc: mp_limb_signed_t§temp2loc: mp_limb_signed_t§good: c_intTrait Implementations§
source§impl Clone for fmpz_multi_crt_struct
impl Clone for fmpz_multi_crt_struct
source§fn clone(&self) -> fmpz_multi_crt_struct
fn clone(&self) -> fmpz_multi_crt_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