#[repr(C)]pub struct nf_struct__bindgen_ty_2 {
pub qq: __BindgenUnionField<fmpq_poly_powers_precomp_t>,
pub zz: __BindgenUnionField<fmpz_poly_powers_precomp_t>,
pub bindgen_union_field: [u64; 2],
}Fields§
§qq: __BindgenUnionField<fmpq_poly_powers_precomp_t>§zz: __BindgenUnionField<fmpz_poly_powers_precomp_t>§bindgen_union_field: [u64; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for nf_struct__bindgen_ty_2
impl RefUnwindSafe for nf_struct__bindgen_ty_2
impl !Send for nf_struct__bindgen_ty_2
impl !Sync for nf_struct__bindgen_ty_2
impl Unpin for nf_struct__bindgen_ty_2
impl UnsafeUnpin for nf_struct__bindgen_ty_2
impl UnwindSafe for nf_struct__bindgen_ty_2
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