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