Struct antic_sys::nf_struct [−][src]
#[repr(C)]pub struct nf_struct {
pub pol: fmpq_poly_t,
pub pinv: nf_struct__bindgen_ty_1,
pub powers: nf_struct__bindgen_ty_2,
pub traces: fmpq_poly_t,
pub flag: mp_limb_t,
}Fields
pol: fmpq_poly_tpinv: nf_struct__bindgen_ty_1powers: nf_struct__bindgen_ty_2traces: fmpq_poly_tflag: mp_limb_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nf_struct
impl UnwindSafe for nf_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
