Struct flint_sys::qsieve::relation_t [−][src]
#[repr(C)]pub struct relation_t {
pub lp: mp_limb_t,
pub num_factors: mp_limb_signed_t,
pub small_primes: mp_limb_signed_t,
pub small: *mut mp_limb_signed_t,
pub factor: *mut fac_t,
pub Y: fmpz_t,
}Fields
lp: mp_limb_tnum_factors: mp_limb_signed_tsmall_primes: mp_limb_signed_tsmall: *mut mp_limb_signed_tfactor: *mut fac_tY: fmpz_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for relation_t
impl !Send for relation_t
impl !Sync for relation_t
impl Unpin for relation_t
impl UnwindSafe for relation_t
Blanket Implementations
Mutably borrows from an owned value. Read more