#[repr(C)]pub struct fmpz_multi_CRT_struct {Show 14 fields
pub prog: *mut _fmpz_multi_CRT_instr,
pub moduli: *mut fmpz,
pub fracmoduli: *mut fmpz,
pub final_modulus: fmpz_t,
pub moduli_count: slong,
pub min_modulus_bits: flint_bitcnt_t,
pub length: slong,
pub alloc: slong,
pub localsize: slong,
pub temp1loc: slong,
pub temp2loc: slong,
pub temp3loc: slong,
pub temp4loc: slong,
pub good: c_int,
}Fields§
§prog: *mut _fmpz_multi_CRT_instr§moduli: *mut fmpz§fracmoduli: *mut fmpz§final_modulus: fmpz_t§moduli_count: slong§min_modulus_bits: flint_bitcnt_t§length: slong§alloc: slong§localsize: slong§temp1loc: slong§temp2loc: slong§temp3loc: slong§temp4loc: slong§good: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpz_multi_CRT_struct
impl RefUnwindSafe for fmpz_multi_CRT_struct
impl !Send for fmpz_multi_CRT_struct
impl !Sync for fmpz_multi_CRT_struct
impl Unpin for fmpz_multi_CRT_struct
impl UnsafeUnpin for fmpz_multi_CRT_struct
impl UnwindSafe for fmpz_multi_CRT_struct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more