Struct flint_sys::fmpz_factor::fmpz_factor_struct [−][src]
#[repr(C)]pub struct fmpz_factor_struct {
pub sign: c_int,
pub p: *mut fmpz,
pub exp: *mut mp_limb_t,
pub alloc: mp_limb_signed_t,
pub num: mp_limb_signed_t,
}Fields
sign: c_intp: *mut fmpzexp: *mut mp_limb_talloc: mp_limb_signed_tnum: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fmpz_factor_struct
impl !Send for fmpz_factor_struct
impl !Sync for fmpz_factor_struct
impl Unpin for fmpz_factor_struct
impl UnwindSafe for fmpz_factor_struct
Blanket Implementations
Mutably borrows from an owned value. Read more