Struct flint_sys::qsieve::relation_t
source · [−]#[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
sourceimpl Clone for relation_t
impl Clone for relation_t
sourcefn clone(&self) -> relation_t
fn clone(&self) -> relation_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for relation_t
impl Debug for relation_t
impl Copy for relation_t
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more