#[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 !Send for nf_struct
impl !Sync for nf_struct
impl Unpin for nf_struct
impl UnwindSafe for nf_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more