Struct flint_sys::fmpz_mpoly_factor::fmpz_tpoly_struct [−][src]
#[repr(C)]pub struct fmpz_tpoly_struct {
pub coeffs: *mut fmpz_bpoly_struct,
pub alloc: mp_limb_signed_t,
pub length: mp_limb_signed_t,
}Fields
coeffs: *mut fmpz_bpoly_structalloc: mp_limb_signed_tlength: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fmpz_tpoly_struct
impl !Send for fmpz_tpoly_struct
impl !Sync for fmpz_tpoly_struct
impl Unpin for fmpz_tpoly_struct
impl UnwindSafe for fmpz_tpoly_struct
Blanket Implementations
Mutably borrows from an owned value. Read more