#[repr(C)]pub struct relation_t {
pub lp: ulong,
pub num_factors: slong,
pub small_primes: slong,
pub small: *mut slong,
pub factor: *mut fac_t,
pub Y: fmpz_t,
}Fields§
§lp: ulong§num_factors: slong§small_primes: slong§small: *mut slong§factor: *mut fac_t§Y: fmpz_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for relation_t
impl RefUnwindSafe for relation_t
impl !Send for relation_t
impl !Sync for relation_t
impl Unpin for relation_t
impl UnsafeUnpin for relation_t
impl UnwindSafe for relation_t
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