#[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_t§pinv: nf_struct__bindgen_ty_1§powers: nf_struct__bindgen_ty_2§traces: fmpq_poly_t§flag: mp_limb_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for nf_struct
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more