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