Struct flint_sys::qsieve::fac_t [−][src]
#[repr(C)]pub struct fac_t {
pub ind: mp_limb_signed_t,
pub exp: mp_limb_signed_t,
}Fields
ind: mp_limb_signed_texp: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fac_t
impl UnwindSafe for fac_t
Blanket Implementations
Mutably borrows from an owned value. Read more